diff options
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 2 | ||||
| -rw-r--r-- | .config/x11/xresources | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index d794cb8..a4c9e15 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -59,7 +59,6 @@ xset -dpms for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done -"$HOME"/.local/bin/kb & [ $host = "po-rbo" ] && setwp "$HOME"/pics/wp/city/5.jpg & pkill wireplumber pkill pipewire-pulse @@ -74,6 +73,7 @@ startif picom [ $host = "po-rbo" ] && startif blueman-applet cd "$HOME" xrdb "$HOME"/.config/x11/xresources +"$HOME"/.local/bin/kb & start_apps & startif fetch_sfeed herbe "welcome back, partner!" & diff --git a/.config/x11/xresources b/.config/x11/xresources index 91a3b6f..af461d9 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -9,6 +9,6 @@ Xcursor.theme: "Simp1e-Gruvbox-Dark" Xcursor.size: 18 Nsxiv.window.background: #1d2021 Nsxiv.window.foreground: #ebdbb2 -Nsxiv.bar.font: BlexMono Nerd Font-13 +Nsxiv.bar.font: BlexMono Nerd Font-10 Vncviewer.grabKeyboard: true Vncviewer.FullScreen: 1 |
