Update grobi config

This commit is contained in:
Tobias Manske 2023-01-17 23:01:03 +01:00
parent 6a68fe4f64
commit 5e887f40fe
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
2 changed files with 33 additions and 5 deletions

View File

@ -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

View File

@ -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)"