1 files changed, 11 insertions(+), 8 deletions(-)
M startup
M startup => startup +11 -8
@@ 1,15 1,18 @@
#!/bin/sh
-xrandr --output DVI-D-0 --left-of HDMI-0
+killall posture.sh sxhkd mpd picom
+
setxkbmap -option ctrl:nocaps
+xmodmap -e 'keycode 108 = Mode_switch'
+xmodmap -e 'keycode 45 = k K Down'
+xmodmap -e 'keycode 31 = i I Up'
+xmodmap -e 'keycode 44 = j J Left'
+xmodmap -e 'keycode 46 = l L Right'
+
$HOME/scripts/statusbar/posture.sh &
sxhkd &
mpd &
-xset s off
-xset -dpms
-picom &
#$HOME/.config/polybar/launch_polybar.sh &
-#$HOME/scripts/fehbg &
-hsetroot -solid \#1c1a20
-hydroxide imap &
-hydroxide smtp &
+~/.fehbg
+picom -b
+#hsetroot -solid \#1c1e20