summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/x11/xinitrc1
-rwxr-xr-x.local/bin/scrwork4
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 317029b..611a5a3 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -4,6 +4,7 @@ startif() {
pgrep "$1" >/dev/null || "$@" >/dev/null 2>&1 &
}
+xset s off
"$HOME"/.local/bin/setwp
"$HOME"/.local/bin/kb
startif dunst
diff --git a/.local/bin/scrwork b/.local/bin/scrwork
index cb0b904..6ad3567 100755
--- a/.local/bin/scrwork
+++ b/.local/bin/scrwork
@@ -46,9 +46,9 @@
xrandr --output LVDS-1 --off
xrandr --output VGA-1 --mode 1280x1024 --pos 0x0 --rotate normal
-xrandr --output HDMI-1 --off
+xrandr --output HDMI-1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
xrandr --output DP-1 --off
-xrandr --output HDMI-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
+xrandr --output HDMI-2 --off
xrandr --output HDMI-3 --off
xrandr --output DP-2 --off
xrandr --output DP-3 --off