From 1d9e8b688a26c49fd2b630eaffc84a3709790969 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 May 2025 15:05:05 -0500 Subject: disable picom and reorder --- dotfiles/system/.local/bin/startdwm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dotfiles/system') 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 -- cgit v1.2.3