diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-28 15:05:05 -0500 | 
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-28 15:05:05 -0500 | 
| commit | 1d9e8b688a26c49fd2b630eaffc84a3709790969 (patch) | |
| tree | 01621d5e866c049c1a6abeab064d6655f307c530 /dotfiles/system/.local/bin | |
| parent | b71d2865685c08328bec9598c138bb505fb04011 (diff) | |
disable picom and reorder
Diffstat (limited to 'dotfiles/system/.local/bin')
| -rwxr-xr-x | dotfiles/system/.local/bin/startdwm | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/dotfiles/system/.local/bin/startdwm b/dotfiles/system/.local/bin/startdwm index 0dfab5c..c88dade 100755 --- a/dotfiles/system/.local/bin/startdwm +++ b/dotfiles/system/.local/bin/startdwm @@ -25,23 +25,23 @@ xhost si:localuser:root  (conky | while read LINE; do xsetroot -name "$LINE"; done) &  xautolock -time 5 -locker slock & -picom & +# picom &  sxhkd &  emacs --daemon &  nitrogen --restore &  nm-applet &  blueman-applet &  redshift-gtk & +caffeine &  battery_monitor &  mpd & -caffeine & -protonmail-bridge --no-window &  dunst & -signal-desktop --start-in-tray &  sudo powertop --auto-tune &  flameshot &  # dropbox &  touchpad-app & +signal-desktop --start-in-tray & +protonmail-bridge --no-window &  # start dwm  echo "$(date): Starting dwm" >> "$logfile" 2>&1 | 
