summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/kb2
-rwxr-xr-x.local/bin/setwp2
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;
}