Changed desktop order
Added clipmenud Added mpd
This commit is contained in:
@@ -22,11 +22,11 @@ if [ ${#monitors[@]} -eq 2 ]; then
|
|||||||
bspc monitor ${monitors[0]} -d web games
|
bspc monitor ${monitors[0]} -d web games
|
||||||
bspc monitor ${monitors[1]} -d term misc
|
bspc monitor ${monitors[1]} -d term misc
|
||||||
else
|
else
|
||||||
bspc monitor -d web term games misc
|
bspc monitor -d term web games misc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# application rules
|
# application rules
|
||||||
bspc rule -a Firefox desktop=web
|
bspc rule -a Chromium desktop=web
|
||||||
bspc rule -a Steam follow=off state=floating desktop=games
|
bspc rule -a Steam follow=off state=floating desktop=games
|
||||||
bspc rule -a Galculator state=floating
|
bspc rule -a Galculator state=floating
|
||||||
bspc rule -a Nvidia-settings state=floating
|
bspc rule -a Nvidia-settings state=floating
|
||||||
@@ -54,5 +54,11 @@ sxhkd &
|
|||||||
# desktop notifications
|
# desktop notifications
|
||||||
dunst &
|
dunst &
|
||||||
|
|
||||||
|
# clipboard manager
|
||||||
|
clipmenud &
|
||||||
|
|
||||||
# hide mouse when idle
|
# hide mouse when idle
|
||||||
unclutter &
|
unclutter &
|
||||||
|
|
||||||
|
# start music player daemon
|
||||||
|
mpd
|
||||||
|
|||||||
Reference in New Issue
Block a user