bspwm : add for login environment

This commit is contained in:
2024-09-04 10:39:28 +09:00
parent e3b0754b0c
commit a646bebbb5

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
source ~/.profile
if [[ $JUPCID == "HOME-DESKTOP" ]]; then if [[ $JUPCID == "HOME-DESKTOP" ]]; then
xrandr --output DP-4 --primary --mode 2560x1440 --rotate normal --output HDMI-0 --rotate right --right-of DP-4 xrandr --output DP-4 --primary --mode 2560x1440 --rotate normal --output HDMI-0 --rotate right --right-of DP-4
elif [[ $JUPCID == "HWDEV" ]]; then elif [[ $JUPCID == "HWDEV" ]]; then