From 5e887f40fed31a6b46bef9e79516465f728c47eb Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Tue, 17 Jan 2023 23:01:03 +0100 Subject: [PATCH] Update grobi config --- grobi/grobi.conf | 32 ++++++++++++++++++++++++++++++-- i3/scripts/ws-dock.sh | 6 +++--- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/grobi/grobi.conf b/grobi/grobi.conf index b7a8145..fb50d36 100644 --- a/grobi/grobi.conf +++ b/grobi/grobi.conf @@ -51,9 +51,9 @@ rules: outputs_connected: - eDP1 - DP1-DEL-41367-825642060-DELL S2721QS-FHP9M43 - configure_row: - - eDP1 + configure_column: - DP1@3840x2160 + - eDP1 primary: DP1 atomic: false execute_after: @@ -71,6 +71,34 @@ rules: execute_after: - xset s on + - name: FSI + outputs_connected: + - eDP1 + - DP4-2-GSM-22964-514483-24EB23-609NTFAF4483 + - DP4-3-GSM-22964-279831-24EB23-305NDGL87831 + configure_row: + - DP4-2@1920x1080 + - DP4-3@1920x1080 + - eDP1@2256x1504 + primary: DP4-3 + atomic: false + execute_after: + - xset s on + - rfkill block wifi + - bluetoothctl power on + + - name: "ATIS-Horizontal" + outputs_connected: + - eDP1 + - DP1 + configure_row: + - eDP1 + - DP1@1920x1080 + primary: DP1 + atomic: false + execute_after: + - xset s on + - name: "Mobile" outputs_connected: - eDP1 diff --git a/i3/scripts/ws-dock.sh b/i3/scripts/ws-dock.sh index 415c607..95fa360 100755 --- a/i3/scripts/ws-dock.sh +++ b/i3/scripts/ws-dock.sh @@ -6,17 +6,17 @@ exec &>/dev/null center() { i3-msg "workspace $1" - i3-msg "move workspace to output DP1" + i3-msg "move workspace to output DP2-3" } left() { i3-msg "workspace $1" - i3-msg "move workspace to output DP3-2" + i3-msg "move workspace to output DP2-1" } right() { i3-msg "workspace $1" - i3-msg "move workspace to output DP3-1" + i3-msg "move workspace to output DP2-2" } FOCUS="$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).name' | cut -d"\"" -f2)"