update
This commit is contained in:
@@ -1,22 +1,29 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export XCURSOR_SIZE=32
|
export XCURSOR_SIZE=32
|
||||||
export XCURSOR_THEME=Bibata-Modern-Classic
|
export XCURSOR_THEME=Bibata-Modern-Classic
|
||||||
xrandr --output DisplayPort-1 --mode 3440x1440 --rate 144
|
export GTK_IM_MODULE=ibus
|
||||||
|
export XMODIFIERS=@im=ibus
|
||||||
|
export QT_IM_MODULE=ibus
|
||||||
|
#xrandr --output DisplayPort-1 --mode 3440x1440 --rate 144
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
# run stuff that outputs a bunch in a subshell, and redirect everything to a file
|
# run stuff that outputs a bunch in a subshell, and redirect everything
|
||||||
(
|
(
|
||||||
|
openrgb --mode direct --color 000000&
|
||||||
xset r rate 200 40&
|
xset r rate 200 40&
|
||||||
feh --no-fehbg --bg-fill ~/repos/bag/$(ls ~/repos/bag | shuf -n 1)&
|
feh --no-fehbg --bg-fill ~/repos/bag/$(ls ~/repos/bag | shuf -n 1)&
|
||||||
pipewire&
|
|
||||||
syncthing --no-browser&
|
syncthing --no-browser&
|
||||||
|
pipewire&
|
||||||
redshift&
|
redshift&
|
||||||
solaar --window=hide&
|
solaar --window=hide&
|
||||||
dwmblocks&
|
dwmblocks&
|
||||||
dunst&
|
dunst&
|
||||||
picom&
|
picom&
|
||||||
mpd&
|
# mpd-monitor must start after mpd
|
||||||
mpd-monitor&
|
mpd && mpd-monitor&
|
||||||
) > ~/.xinit.log 2>&1
|
) > /dev/null 2>&1
|
||||||
|
|
||||||
|
# ibus doesnt like the subshell for some reason
|
||||||
|
ibus-daemon&
|
||||||
|
|
||||||
exec dbus-run-session dwm
|
exec dbus-run-session dwm
|
||||||
|
|||||||
Reference in New Issue
Block a user