diff options
author | Joe <rbo@gmx.us> | 2024-06-24 10:27:33 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-24 10:27:33 +0200 |
commit | 670d82195f26f53404204a579ed6ffdea31e11e9 (patch) | |
tree | aa7960246d218aa739c135c8583cbf7752ded93f /.local | |
parent | xinit (diff) | |
download | dotfiles-bsd-670d82195f26f53404204a579ed6ffdea31e11e9.tar.gz dotfiles-bsd-670d82195f26f53404204a579ed6ffdea31e11e9.tar.bz2 dotfiles-bsd-670d82195f26f53404204a579ed6ffdea31e11e9.tar.xz dotfiles-bsd-670d82195f26f53404204a579ed6ffdea31e11e9.tar.zst dotfiles-bsd-670d82195f26f53404204a579ed6ffdea31e11e9.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/kb | 2 | ||||
-rwxr-xr-x | .local/bin/setwp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/kb b/.local/bin/kb index 0d7c008..6e4a85c 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -57,7 +57,7 @@ config_keyboard() { xmodmap -e 'keycode 23 = Escape' xmodmap -e 'keycode 37 =' fi - notify-send -u low -t 2000 'kb' ' Swapped Esc/Tab' + notify-send -u low -t 2000 'kb' ' kb set' } config_keyboard diff --git a/.local/bin/setwp b/.local/bin/setwp index 983266d..98938c5 100755 --- a/.local/bin/setwp +++ b/.local/bin/setwp @@ -60,7 +60,7 @@ sub notify '-t', '2000', 'setwp', - ' Wallpaper set' + ' wp set' ); return; } |