diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 22:54:14 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 22:54:14 +0100 |
| commit | 000d5c67029edd60783e21e8d68ef5bd88590f40 (patch) | |
| tree | 2319310f5588ae8b06298adcb5064d1d92fd6557 | |
| parent | 420600ed1225058038fb836c3750f03428268a9f (diff) | |
changed back to ratpoison
| -rw-r--r-- | .config/x11/xinitrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 227a3c4..71af59b 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -18,10 +18,11 @@ xset s off -dpms setxkbmap -option "ctrl:nocaps" xrdb -merge ~/.Xresources +/usr/bin/ibus-daemon -d -r -x pgrep -x emacs >/dev/null || /usr/bin/emacs --daemon & pgrep -x urxvtd >/dev/null || /usr/bin/urxvtd -q -o -f & -pgrep -x pipewire >/dev/null || /usr/bin/pipewire & -pgrep -x mpd >/dev/null || /usr/bin/mpd & +/usr/bin/pipewire & +/usr/bin/mpd & $HOME/.local/bin/set-wallpaper & -exec bspwm +exec ratpoison |
