diff options
| author | Craig Jennings <c@cjennings.net> | 2025-06-07 18:30:15 -0500 | 
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-06-07 18:30:55 -0500 | 
| commit | ca8274fd3161b4d08cdb2837eb1b31cec03bf276 (patch) | |
| tree | aad33cb8c6a6ba4ff3acf093e499ef5dbd963f25 /dotfiles/system/.local | |
| parent | 36dccc4cf53b1925fc1695ca73abf5bcf923b862 (diff) | |
added install and firewall rules for warpinator
Diffstat (limited to 'dotfiles/system/.local')
| -rwxr-xr-x | dotfiles/system/.local/bin/startdwm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/dotfiles/system/.local/bin/startdwm b/dotfiles/system/.local/bin/startdwm index 57b3e5c..6e25ab0 100755 --- a/dotfiles/system/.local/bin/startdwm +++ b/dotfiles/system/.local/bin/startdwm @@ -53,6 +53,7 @@ flameshot &  touchpad-app &  signal-desktop --start-in-tray &  protonmail-bridge --no-window & +warpinator &  # start dwm  echo "$(date): Starting dwm" >> "$logfile" 2>&1 | 
