From 7eabc900314cd93042f78123fe12ad2771050333 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 Jan 2023 11:46:19 +0100 Subject: Pop update --- .config/x11/xinitrc | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to '.config/x11') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index a61f84d..fc2fa90 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -8,8 +8,9 @@ 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 cairo-clock -x 900 -y 20 --width 300 --height 300 --theme zen + # startif cairo-dock + startif plank startif idesk } @@ -21,11 +22,16 @@ xrandr --output HDMI-1 --primary --mode 2560x1440 --pos 1920x347 --rotate normal xset s off xset -dpms # xsetroot -name 'Loading bar...' +# if xrandr | grep -F 'DisplayPort-0 connected' >/dev/null 2>&1; then +# "$HOME"/.local/bin/scr +# else +# "$HOME"/.local/bin/dscr +# fi startif dunst startif picom -startif lowbat -startif mpd-notification -startif xscreensaver --no-splash +# startif lowbat +# startif mpd-notification +startif xscreensaver delay_desktop & # startif dwmblocks # startif sb-updatempd @@ -33,5 +39,5 @@ delay_desktop & # ekb cd "$HOME" xrdb "$HOME"/.config/x11/xresources -notify-send -u normal 'Welcome' " Welcome back, partner\!" -dbus-launch openbox +notify-send -u normal 'Welcome' " Welcome back, partner\!" +# dbus-launch openbox -- cgit v1.2.3