From 082ad893e1c16adbdd80ebb57c193b6b1cb41fcb Mon Sep 17 00:00:00 2001 From: zenomat Date: Thu, 4 Nov 2021 21:40:37 +0100 Subject: [PATCH] update startup --- startup | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/startup b/startup index 56dbfb8..e0e8b75 100755 --- a/startup +++ b/startup @@ -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 -- 2.38.5