[vriska] renaming, display changes in screenlayouts
This commit is contained in:
parent
45e5d756a6
commit
c294604dda
|
|
@ -29,10 +29,10 @@ set $OUTPUT1 DP-1-1
|
||||||
set $OUTPUT2 eDP-1
|
set $OUTPUT2 eDP-1
|
||||||
set $OUTPUT3 DP-2-3
|
set $OUTPUT3 DP-2-3
|
||||||
|
|
||||||
# -- HOME OFFICE @ Jenny --
|
# -- HOME OFFICE @ Syd --
|
||||||
#set $OUTPUT1 DP-2
|
#set $OUTPUT1 DP-1
|
||||||
#set $OUTPUT2 eDP-1
|
#set $OUTPUT2 eDP-1
|
||||||
#set $OUTPUT3 DP-2
|
#set $OUTPUT3 DP-1
|
||||||
|
|
||||||
set $OUTPUT_INTERN eDP-1
|
set $OUTPUT_INTERN eDP-1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ if xrandr | grep -q '^DP-2-[1-3] connected'; then
|
||||||
echo switching to profile homeoffice
|
echo switching to profile homeoffice
|
||||||
~/.screenlayout/homeoffice.sh
|
~/.screenlayout/homeoffice.sh
|
||||||
elif xrandr | grep -q '^DP-[1-2] connected'; then
|
elif xrandr | grep -q '^DP-[1-2] connected'; then
|
||||||
echo switching to profile homeoffice_jenny
|
echo switching to profile homeoffice_syd
|
||||||
~/.screenlayout/homeoffice_jenny.sh
|
~/.screenlayout/homeoffice_syd.sh
|
||||||
else
|
else
|
||||||
echo switching to profile laptop_only
|
echo switching to profile laptop_only
|
||||||
~/.screenlayout/laptop_only.sh
|
~/.screenlayout/laptop_only.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue