mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Update bspwmrc
This commit is contained in:
parent
916b4e75d7
commit
256be2c74b
1 changed files with 5 additions and 3 deletions
|
@ -20,6 +20,7 @@ bspc rule -a KeePassXC state=floating
|
|||
|
||||
bspc rule -a firefox desktop='^1' follow=on
|
||||
bspc rule -a Chromium desktop='^2' follow=on
|
||||
bspc rule -a Vivaldi-stable desktop='^2' follow=on
|
||||
bspc rule -a Evince desktop='4' follow=on
|
||||
bspc rule -a Soffice desktop='^4' follow=on
|
||||
bspc rule -a Simple-scan='^4' follow=on
|
||||
|
@ -49,15 +50,16 @@ bspc desktop -f 1
|
|||
grep -x sxhkd > /dev/null || sxhkd &
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
||||
xidlehook --not-when-audio --not-when-fullscreen --timer 120 "killall -q redshift && xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1 && redshift -r & disown" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1" &
|
||||
xidlehook --not-when-audio --not-when-fullscreen --timer 120 "killall -q redshift && xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1 && redshift -r & disown" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1 && redshift -r & disown" &
|
||||
xsettingsd &
|
||||
sh ~/.fehbg &
|
||||
pa-notify -t 3 &
|
||||
#$HOME/.local/bin/single-polybar-launcher &
|
||||
$HOME/.local/bin/tint2-launcher &
|
||||
redshift -r &
|
||||
picom &
|
||||
dunst &
|
||||
dex -a &
|
||||
pa-notify -t 3 &
|
||||
cbatticon -u 20 -i standard -c "systemctl hibernate" &
|
||||
birdtray &
|
||||
sleep 30 && nextcloud --background &
|
||||
sleep 10 && nextcloud --background &
|
||||
|
|
Loading…
Reference in a new issue