diff options
| author | Craig Jennings <c@cjennings.net> | 2025-07-16 11:07:55 -0500 | 
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-07-16 11:07:55 -0500 | 
| commit | 3f4156d2c3c93d038d3b239672a33bbd51d47be7 (patch) | |
| tree | c60ad8187525e3001b78350bf0938c151a7bb362 /dotfiles/system/.local/bin/startdwm | |
| parent | 338cf81e20014a53589052a1da9b7c21c4c520e6 (diff) | |
latest updates as of 2025-07-16 @ 11:07 AM CDT
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 | 
