diff options
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 2 | ||||
-rwxr-xr-x | .local/bin/kb | 2 |
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' |