diff options
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 8b96110..62725ac 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -24,8 +24,6 @@ delay_desktop() { sleep 5 startif conky -d -c "$HOME"/.config/conkyrc startif tint2 - # startif cairo-clock -x 900 -y 20 --width 300 --height 300 --theme zen - # startif cairo-dock startif plank startif idesk } @@ -41,14 +39,11 @@ if xrandr | grep -F 'DisplayPort-0 connected' >/dev/null 2>&1; then else "$HOME"/.local/bin/dscr fi -# xsetroot -name 'Loading bar...' startif dunst startif picom -# startif lowbat startif mpd-notification startif xscreensaver delay_desktop & -# ekb cd "$HOME" xrdb "$HOME"/.config/x11/xresources notify-send -u normal 'Welcome' " Welcome back, partner\!" |