summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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