summaryrefslogtreecommitdiffstats
path: root/local/bin/laptop-multimonitor_setup.sh
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-11-26 19:17:06 -0500
committerMitsuo Tokumori <[email protected]>2023-11-26 19:17:06 -0500
commita29ea164e03df5a504235b3f681dfecfa7a0348b (patch)
treec46d4ce276d1c49933fe0fd3b1de5766076639ad /local/bin/laptop-multimonitor_setup.sh
parent1bca69b29026facb245678b691a4fb441bb4ab0d (diff)
downloaddotfiles-a29ea164e03df5a504235b3f681dfecfa7a0348b.tar.gz
dotfiles-a29ea164e03df5a504235b3f681dfecfa7a0348b.tar.bz2
dotfiles-a29ea164e03df5a504235b3f681dfecfa7a0348b.zip
Rename laptopo xrandr script
Diffstat (limited to 'local/bin/laptop-multimonitor_setup.sh')
-rwxr-xr-xlocal/bin/laptop-multimonitor_setup.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/local/bin/laptop-multimonitor_setup.sh b/local/bin/laptop-multimonitor_setup.sh
deleted file mode 100755
index ddb4aaf..0000000
--- a/local/bin/laptop-multimonitor_setup.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# See https://wiki.archlinux.org/title/Multihead
-
-# Didn't know how to get the screen name, this works for now
-#screen=$(xrandr | grep "primary" | awk '{ print $1 }')
-# But now how do I get the rest? And the correct order? Maybe it's better just
-# to define "hardcoded" functions and just call them.
-
-simple_2_monitor() {
- xrandr --output eDP --auto
- xrandr --output HDMI-A-0 --auto --right-of eDP
-}
-
-simple_2_monitor