summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-11 19:59:13 +0100
committerJoe <rbo@gmx.us>2024-02-11 19:59:13 +0100
commit8c2b36179a2da025f5069d27673e6296aa8b035e (patch)
tree23fb9a1f36b09279081bee3f77eb70a7b642a652
parentup (diff)
downloaddotfiles-bsd-8c2b36179a2da025f5069d27673e6296aa8b035e.tar.gz
dotfiles-bsd-8c2b36179a2da025f5069d27673e6296aa8b035e.tar.bz2
dotfiles-bsd-8c2b36179a2da025f5069d27673e6296aa8b035e.tar.xz
dotfiles-bsd-8c2b36179a2da025f5069d27673e6296aa8b035e.tar.zst
dotfiles-bsd-8c2b36179a2da025f5069d27673e6296aa8b035e.zip
up
-rwxr-xr-x.config/openbox/autostart2
-rwxr-xr-x.local/bin/kb2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index 8a36aeb..bb397dd 100755
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -77,7 +77,7 @@ $sleep
startif $xscr
$sleep
doas rc-service wireguard start &&
- notify-send -u normal 'wireguard' 'wireguard started'
+ notify-send -u normal 'wireguard' 'WireGuard started'
$sleep
startif tint2
$sleep
diff --git a/.local/bin/kb b/.local/bin/kb
index 23d7cb5..6391df1 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -47,7 +47,7 @@
xset r rate 200 150
setxkbmap -option
setxkbmap -layout us -variant intl
-if [ "$(hostname -s)" = "motherwqe" ]; then
+if [ "$(hostname -s)" = "motherqwe" ]; then
setxkbmap -option ctrl:swapcaps
setxkbmap -option caps:none
xmodmap -e 'keycode 9 = Tab'