diff options
Diffstat (limited to 'dotfiles/system/.local/bin/startdwm')
| -rwxr-xr-x | dotfiles/system/.local/bin/startdwm | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/dotfiles/system/.local/bin/startdwm b/dotfiles/system/.local/bin/startdwm index c88dade..68d7c91 100755 --- a/dotfiles/system/.local/bin/startdwm +++ b/dotfiles/system/.local/bin/startdwm @@ -24,6 +24,9 @@ xhost si:localuser:root  # start desktop environment applications  (conky | while read LINE; do xsetroot -name "$LINE"; done) & +# make short-pressed Ctrl behave like Escape +xcape -e 'Control_L=Escape' & +  xautolock -time 5 -locker slock &  # picom &  sxhkd & | 
