i3 + scren
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
hostname=$(/usr/bin/hostname)
|
||||
|
||||
if [[ $hostname == "bepis" ]]; then
|
||||
$(~/.config/screenlayout/bepis.sh)
|
||||
$(~/.config/screenlayout/desktop.sh)
|
||||
elif [[ $hostname == "bepis-laptop" ]]; then
|
||||
$(~/.config/screenlayout/bepis-laptop.sh)
|
||||
$(~/.config/screenlayout/laptop.sh)
|
||||
fi
|
||||
|
||||
|
||||
2
.config/screenlayout/desktop-dota.sh
Executable file
2
.config/screenlayout/desktop-dota.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 2560x1440 --rate 99.99 --pos 1200x240 --rotate normal --output DP-0 --mode 1920x1200 --pos 0x0 --rotate left --output DP-1 --off --output DVI-D-0 --off
|
||||
Reference in New Issue
Block a user