2023-07-31 00:21:32 -04:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
test -z "$DBUS_SESSION_BUS_ADDRESS" && eval $(dbus-launch --exit-with-session --sh-syntax)
|
|
|
|
systemctl --user import-environment DISPLAY XAUTHORITY
|
|
|
|
command -v dbus-update-activation-environment >/dev/null 2>&1 && dbus-update-activation-environment DISPLAY XAUTHORITY
|
|
|
|
xrdb ~/.Xresources &
|
2024-01-01 21:12:57 -05:00
|
|
|
xrandr --output DP-1 --primary --mode 2560x1440 --pos 0x0 --rotate normal --rate "164.99" --output DP-2 --mode 2560x1440 --pos 2560x0 --rotate normal --rate "164.99" --output DP-3 --off --output HDMI-1 --off --output HDMI-1-2 --off &
|
2023-07-31 00:21:32 -04:00
|
|
|
picom &
|
2023-12-03 21:25:44 -05:00
|
|
|
hsetroot -solid "#282a36" &
|
2023-07-31 00:21:32 -04:00
|
|
|
xbanish &
|
|
|
|
dunst &
|
|
|
|
clipmenud &
|
|
|
|
trayer --edge bottom --align right --margin 0 --widthtype request --SetDockType true --transparent true --alpha 255 &
|
|
|
|
nm-applet &
|
|
|
|
mullvad-gui &
|
|
|
|
sxhkd &
|
|
|
|
exec bspwm
|