confix/home-manager/dots/xinitrc

18 lines
707 B
Plaintext
Raw Normal View History

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 &
hsetroot -solid "#282a36" &
picom &
xbanish &
dunst &
clipmenud &
trayer --edge bottom --align right --margin 0 --widthtype request --SetDockType true --transparent true --alpha 255 &
nm-applet &
volumeicon &
2023-07-31 00:21:32 -04:00
mullvad-gui &
sxhkd &
2023-09-26 23:45:25 -04:00
xrandr --output DP-1 --primary --mode 2560x1440 --rotate normal --rate "164.99" --output DP-2 --mode 2560x1440 --rotate normal --rate "164.99" --right-of DP-1 &
2023-07-31 00:21:32 -04:00
exec bspwm