4 lines
202 B
Bash
Executable File
4 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DP-2 --off --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DP-3 --off --output DP-4 --off
|
|
#/home/hornet/.config/bspwm/bspwmrc
|