diff options
Diffstat (limited to 'dotfiles/system/.local/bin/startdwm')
| -rwxr-xr-x | dotfiles/system/.local/bin/startdwm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dotfiles/system/.local/bin/startdwm b/dotfiles/system/.local/bin/startdwm index 9966282..69efcaa 100755 --- a/dotfiles/system/.local/bin/startdwm +++ b/dotfiles/system/.local/bin/startdwm @@ -27,9 +27,12 @@ xhost +si:localuser:root # info in the status bar (conky | while read LINE; do xsetroot -name "$LINE"; done) & -# make short-pressed Ctrl behave like Escape +# map short-pressed Ctrl to Escape xcape -e 'Control_L=Escape' & +# map shift backspace to delete +xcape -e 'Shift_L=Delete' + # make CapsLock behave like Ctrl: setxkbmap -option ctrl:nocaps @@ -51,7 +54,7 @@ insync start & touchpad-indicator-start & signal-desktop --start-in-tray & protonmail-bridge --no-window & -warpinator-start & +# warpinator-start & # start dwm echo "$(date): Starting dwm" >> "$logfile" 2>&1 |
