[vriska] add screenlayout scripts
This commit is contained in:
parent
23a0c1f907
commit
6035f25ab6
6 changed files with 108 additions and 0 deletions
14
_local/vriska/.screenlayout/workplace.sh
Executable file
14
_local/vriska/.screenlayout/workplace.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# needed because this script stops working after detaching laptop from docking station
|
||||
#xrandr --output DP2-1 --off --output DP2-2 --off
|
||||
|
||||
xrandr --output eDP-1 --off \
|
||||
--output DP-2-2 --mode 3840x2160 --pos 0x0 --rotate normal \
|
||||
--output DP-2-1 --mode 3840x2160 --right-of DP-2-2 --rotate normal \
|
||||
--output DP-2 --off \
|
||||
--output DP-2-1 --off \
|
||||
--output DP-2-3 --off
|
||||
|
||||
[ -f ~/.fehbg ] && sh ~/.fehbg
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue