gruvbox
Wojciech Janota 2 years ago
parent f828e3237a
commit 0ece064d30

@ -33,6 +33,7 @@ picom &
setxkbmap pl & setxkbmap pl &
pgrep bspswallow || bspswallow & pgrep bspswallow || bspswallow &
dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus & dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus &
# dbus-update-activation-environment --all &
#xrandr --output HDMI-0 --set TearFree on & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
#xrandr --output DisplayPort-0 --set TearFree on & # xrandr --output HDMI-0 --set TearFree on &
# xrandr --output DisplayPort-0 --set TearFree on &

@ -182,6 +182,7 @@ type = internal/temperature
thermal-zone = 0 thermal-zone = 0
warn-temperature = 70 warn-temperature = 70
format-foreground = ${colors.color3} format-foreground = ${colors.color3}
format-background = ${colors.bg}
format = <ramp> <label> format = <ramp> <label>
format-warn = <ramp> <label-warn> format-warn = <ramp> <label-warn>

@ -36,6 +36,9 @@ super + m
super + n super + n
alacritty -e "nmtui" alacritty -e "nmtui"
super + l
betterlockscreen -l
super + space super + space
if [ -z "$(bspc query -N -n focused.floating)" ]; then \ if [ -z "$(bspc query -N -n focused.floating)" ]; then \
bspc node focused -t floating; \ bspc node focused -t floating; \

Loading…
Cancel
Save