From c294604dda7d2d1c3c572f8603179f56d0d40ac1 Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Wed, 8 Jul 2020 20:36:34 +0200 Subject: [PATCH] [vriska] renaming, display changes in screenlayouts --- _local/vriska/.config/i3/config | 6 +++--- .../{homeoffice_jenny.sh => homeoffice_syd.sh} | 0 _local/vriska/bin/autoscreenlayout | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename _local/vriska/.screenlayout/{homeoffice_jenny.sh => homeoffice_syd.sh} (100%) diff --git a/_local/vriska/.config/i3/config b/_local/vriska/.config/i3/config index e6fa7cf..8663296 100644 --- a/_local/vriska/.config/i3/config +++ b/_local/vriska/.config/i3/config @@ -29,10 +29,10 @@ set $OUTPUT1 DP-1-1 set $OUTPUT2 eDP-1 set $OUTPUT3 DP-2-3 -# -- HOME OFFICE @ Jenny -- -#set $OUTPUT1 DP-2 +# -- HOME OFFICE @ Syd -- +#set $OUTPUT1 DP-1 #set $OUTPUT2 eDP-1 -#set $OUTPUT3 DP-2 +#set $OUTPUT3 DP-1 set $OUTPUT_INTERN eDP-1 diff --git a/_local/vriska/.screenlayout/homeoffice_jenny.sh b/_local/vriska/.screenlayout/homeoffice_syd.sh similarity index 100% rename from _local/vriska/.screenlayout/homeoffice_jenny.sh rename to _local/vriska/.screenlayout/homeoffice_syd.sh diff --git a/_local/vriska/bin/autoscreenlayout b/_local/vriska/bin/autoscreenlayout index d4e3390..907a15f 100755 --- a/_local/vriska/bin/autoscreenlayout +++ b/_local/vriska/bin/autoscreenlayout @@ -4,8 +4,8 @@ if xrandr | grep -q '^DP-2-[1-3] connected'; then echo switching to profile homeoffice ~/.screenlayout/homeoffice.sh elif xrandr | grep -q '^DP-[1-2] connected'; then - echo switching to profile homeoffice_jenny - ~/.screenlayout/homeoffice_jenny.sh + echo switching to profile homeoffice_syd + ~/.screenlayout/homeoffice_syd.sh else echo switching to profile laptop_only ~/.screenlayout/laptop_only.sh