diff options
| -rw-r--r-- | .config/x11/xinitrc | 10 | ||||
| -rw-r--r-- | .ratpoisonrc | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index b6a8b27..5ecbb89 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -20,12 +20,4 @@ xset s off -dpms setxkbmap -option "ctrl:nocaps" xrdb -merge ~/.Xresources -~/.local/bin/set-wallpaper & -/usr/bin/emacs --daemon & - -urxvtd -q -o -f & -ibus-daemon -d -r -x -pipewire & -mpd & - -exec ratpoison +exec stumpwm diff --git a/.ratpoisonrc b/.ratpoisonrc index 7e37d97..a2c4a7d 100644 --- a/.ratpoisonrc +++ b/.ratpoisonrc @@ -95,7 +95,7 @@ bind C-d exec ratpoison -c "echo $(date +'%A, %F - %H:%M')" bind C-t exec ratpoison -c "echo $(sensors | sed -n /Tctl/p | sed 's/Tctl: *+/Temp: /')" # application keybinds -definekey top s-S-Return exec urxvtc +definekey top s-Return exec urxvtc definekey top s-z exec boomer definekey top s-Print exec scrot -s -e 'mv $f ~/pics/' definekey top Print exec scrot -u -e 'mv $f ~/pics/' |
