summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-25 10:35:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-25 10:35:04 -0700
commitf9ea9153420e4372887fa3c687ca1b73f7a3647c (patch)
treefec9c0011333d292df641570c95437011845e1d1 /bin
parentb3b7f258812d00644311ca2e8a889179aff4d103 (diff)
downloaddotfiles-f9ea9153420e4372887fa3c687ca1b73f7a3647c.tar.gz
melete display settings
Diffstat (limited to 'bin')
-rwxr-xr-xbin/i3-startup-always5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/i3-startup-always b/bin/i3-startup-always
index d7f77dea..9cb90d91 100755
--- a/bin/i3-startup-always
+++ b/bin/i3-startup-always
@@ -69,6 +69,11 @@ if [ "$(hostname -f)" = "iris.silentflame.com" ]; then
--output VGA-1 --off \
--output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal
fi
+elif [ "$(hostname -f)" = "melete.silentflame.com" ]; then
+ set-half-brightness
+ # need this to set --primary, to ensure that i3 tray icons appear on
+ # laptop monitor
+ xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
fi
# use wallpaper.png if it's the right size