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