mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 05:50:47 -05:00
testing tint2, added redshift to startup
This commit is contained in:
parent
c0bf672193
commit
8de1b19b48
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 border_width 2
|
||||||
bspc config window_gap 10
|
bspc config window_gap 10
|
||||||
bspc config top_padding 74
|
bspc config top_padding 70
|
||||||
bspc config bottom_padding 0
|
bspc config bottom_padding 0
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
|
@ -48,10 +48,13 @@ bspc desktop -f 1
|
||||||
### Autostart
|
### Autostart
|
||||||
grep -x sxhkd > /dev/null || sxhkd &
|
grep -x sxhkd > /dev/null || sxhkd &
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/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 &
|
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" &
|
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 &
|
sh ~/.fehbg &
|
||||||
$HOME/.local/bin/single-polybar-launcher &
|
dunst &
|
||||||
/usr/bin/dunst &
|
dex -a &
|
||||||
dex -ae bspwm &
|
redshift-gtk &
|
||||||
/usr/bin/birdtray &
|
birdtray &
|
||||||
|
|
Loading…
Reference in a new issue