aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-02-14 08:17:39 -0300
committerEuAndreh <eu@euandre.org>2026-02-14 08:17:39 -0300
commitceeae8cd931ddb535b7d713c3f106527e260109b (patch)
treeb8646e6f3101168e82ae7b8f4c76d011a208f85a
parentMakefile: Include papo.im in email circle check (diff)
downloaddotfiles-main.tar.gz
dotfiles-main.tar.xz
bin/with-{one,two}-monitor{,s}: Update to new setupHEADmain
-rwxr-xr-xbin/with-one-monitor2
-rwxr-xr-xbin/with-two-monitors2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/with-one-monitor b/bin/with-one-monitor
index 9463ff2..337291f 100755
--- a/bin/with-one-monitor
+++ b/bin/with-one-monitor
@@ -1,2 +1,2 @@
#!/bin/sh
-xrandr --output LVDS-1 --mode 1366x768 --pos 0x0 --rotate normal --output VGA-1 --off --output HDMI-1 --off --output DP-1 --off
+exec xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off
diff --git a/bin/with-two-monitors b/bin/with-two-monitors
index 25d9069..57e4ecf 100755
--- a/bin/with-two-monitors
+++ b/bin/with-two-monitors
@@ -1,2 +1,2 @@
#!/bin/sh
-xrandr --output LVDS-1 --mode 1366x768 --pos 1920x0 --rotate normal --output VGA-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off
+xrandr --output eDP-1 --mode 1366x768 --pos 1920x0 --rotate normal --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off