From 5eec284eab27901ecc36f0b882df8d710ca55d3a Mon Sep 17 00:00:00 2001 From: xbl Date: Mon, 21 Jul 2025 11:37:33 +0200 Subject: [PATCH] ^_^ --- beem.bash | 16 ++++++++-------- dwm-config.h | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) create mode 120000 dwm-config.h diff --git a/beem.bash b/beem.bash index 6c2cbaa..ab61304 100755 --- a/beem.bash +++ b/beem.bash @@ -30,12 +30,6 @@ then elif [ $1 = sep ] then xrandr \ - --output HDMI-0 \ - --mode 1280x800 \ - --scale 1 \ - --rate 60 \ - --pos 2160x0 \ - --rotate normal \ --output HDMI-1 \ --off \ --output DP-0 \ @@ -43,7 +37,6 @@ then --rate 60 \ --pos 0x0 \ --rotate right \ - --rotate normal \ --output DP-1 \ --off \ --output DP-2 \ @@ -58,8 +51,15 @@ then --mode 2560x1440 \ --rate 240 \ --pos 2160x2240 \ + --rotate normal \ --output DP-5 \ - --off + --off \ + --output HDMI-0 \ + --mode 1280x800 \ + --scale 1 \ + --rate 60 \ + --pos 2160x0 \ + --rotate normal echo -e "\\033[38;5;255m[ \\033[38;5;82mOK \\033[38;5;255m] \\033[38;5;255mBeemer separiaert." $setwp exit 0 diff --git a/dwm-config.h b/dwm-config.h new file mode 120000 index 0000000..9de3e95 --- /dev/null +++ b/dwm-config.h @@ -0,0 +1 @@ +/home/xbl/.config/dwm/config.h \ No newline at end of file