mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
testing tint2, added redshift to startup
This commit is contained in:
parent
154cf88da4
commit
9ff1ab92a8
1 changed files with 8 additions and 5 deletions
|
@ -4,7 +4,7 @@ bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 10
|
|||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 10
|
||||
bspc config top_padding 74
|
||||
bspc config top_padding 70
|
||||
bspc config bottom_padding 0
|
||||
bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
|
@ -48,10 +48,13 @@ bspc desktop -f 1
|
|||
### Autostart
|
||||
grep -x sxhkd > /dev/null || sxhkd &
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
$HOME/.local/bin/single-polybar-launcher &
|
||||
#$HOME/.local/bin/tint2-launcher &
|
||||
xsettingsd &
|
||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
||||
xidlehook --not-when-audio --not-when-fullscreen --timer 120 "xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1" &
|
||||
sh ~/.fehbg &
|
||||
$HOME/.local/bin/single-polybar-launcher &
|
||||
/usr/bin/dunst &
|
||||
dex -ae bspwm &
|
||||
/usr/bin/birdtray &
|
||||
dunst &
|
||||
dex -a &
|
||||
redshift-gtk &
|
||||
birdtray &
|
||||
|
|
Loading…
Reference in a new issue