summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/x11/xinitrc2
-rwxr-xr-x.local/bin/kb2
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'