aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/bspwm/bspwmrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index f74636e..3ceaa06 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -4,6 +4,7 @@
#░█▀▄░▀▀█░█▀▀░█▄█░█░█
#░▀▀░░▀▀▀░▀░░░▀░▀░▀░▀
+#bspc monitor -d 1 2 3 4 5 6 # 7 8 9 10
bspc monitor LVDS-1 -d 1 2 3 4 5
bspc monitor HDMI-1 -d 6 7 8 9 0
@@ -48,6 +49,7 @@ if [[ $(xrandr -q | grep 'HDMI-1 connected') ]]; then
fi
xfce4-panel --disable-wm-check &
"$HOME"/.config/polybar/launch.sh &
+
dunst & # notification daemon
unclutter & # Remove mouse when idle
nitrogen --force-setter=xinerama --restore &
@@ -61,8 +63,6 @@ bspc rule -a "https://www.youtube.com - Enhancer for YouTube™ — Mozilla Fire
bspc rule -a Wezterm state=floating
bspc rule -a Zathura state=tiled
-eww daemon &
-
# SCRATCHPAD
bspc rule -a scratchpad sticky=on state=floating
@@ -82,6 +82,10 @@ pkill mictray
sleep 2 && nice -n 2 mictray &
pkill parcellite
sleep 2 && nice -n 2 parcellite &
+pkill eww
+sleep 2 && nice -n 2 eww daemon &
+pkill udiskie
+sleep 2 && nice -n 2 udiskie &
bspc subscribe node_state | while read -r _ _ _ _ state flag; do
if [[ "$state" != fullscreen ]]; then continue; fi