diff options
author | Joe <rbo@gmx.us> | 2024-06-26 13:30:15 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-26 13:30:15 +0200 |
commit | 165659cd30f3a25d2c877520494e429ebd16e6be (patch) | |
tree | e958c26bb94c1b558f9a632547eaf968c7ca9d28 | |
parent | up (diff) | |
download | dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.gz dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.bz2 dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.xz dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.zst dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.zip |
up
-rw-r--r-- | .config/x11/xinitrc | 2 | ||||
-rwxr-xr-x | .local/bin/kb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 04acb7f..ef4ec1a 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -90,6 +90,8 @@ startif $xscr # notify-send -u normal 'wireguard' 'WireGuard started' # $sleep pkill wireplumber +pkill pipewire-pulse +pkill pipewire startif pipewire $sleep startif pipewire-pulse diff --git a/.local/bin/kb b/.local/bin/kb index 6e4a85c..e405cd9 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -50,7 +50,7 @@ config_keyboard() { xset r rate 200 150 setxkbmap -option setxkbmap -layout us -variant intl - if [ "$(hostname -s)" = "po-rbo" ]; then + if [ "$(hostname -s)" = "mother" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |