update
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export XCURSOR_SIZE=32
|
export XCURSOR_SIZE=32
|
||||||
export XCURSOR_THEME=default
|
export XCURSOR_THEME=default
|
||||||
|
export GTK_THEME_NAME=Breeze-Dark
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
xrandr --output DP-0 --mode 3440x1440 --rate 144 --primary
|
xrandr --output DP-0 --mode 3440x1440 --rate 144 --primary
|
||||||
xset r rate 200 40
|
xset r rate 200 40
|
||||||
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images | shuf -n 1)
|
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images | shuf -n 1)
|
||||||
liquidctl_fan-curve
|
|
||||||
redshift&
|
redshift&
|
||||||
solaar --window=hide&
|
solaar --window=hide&
|
||||||
easyeffects --gapplication-service&
|
|
||||||
dwmblocks&
|
dwmblocks&
|
||||||
|
mpd;mpd-mpris&
|
||||||
exec dwm
|
exec dwm
|
||||||
|
|||||||
Reference in New Issue
Block a user