[i3] Add small multi-host autostarter

This commit is contained in:
Sebastian Schulze 2018-05-16 23:49:44 +02:00
parent 30c7429106
commit b12faff121
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 8 additions and 0 deletions

8
home/bin/i3-autostart Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
if [[ $HOSTNAME == "zog"* ]]; then
xrandr --output DP-3.8 --mode 2560x1440 --pos 0x0 --rotate left --output DVI-I-1 --off --output DP-1 --off --output DP-2 --mode 3440x1440 -r 49.99 --pos 1440x440 --rotate normal --output DP-2-1 --off
feh --bg-fill ~/Pictures/Wallpapers/mountains-pale.jpg
fi;
i3-polybar