Update grobi config
This commit is contained in:
parent
6a68fe4f64
commit
5e887f40fe
@ -51,9 +51,9 @@ rules:
|
|||||||
outputs_connected:
|
outputs_connected:
|
||||||
- eDP1
|
- eDP1
|
||||||
- DP1-DEL-41367-825642060-DELL S2721QS-FHP9M43
|
- DP1-DEL-41367-825642060-DELL S2721QS-FHP9M43
|
||||||
configure_row:
|
configure_column:
|
||||||
- eDP1
|
|
||||||
- DP1@3840x2160
|
- DP1@3840x2160
|
||||||
|
- eDP1
|
||||||
primary: DP1
|
primary: DP1
|
||||||
atomic: false
|
atomic: false
|
||||||
execute_after:
|
execute_after:
|
||||||
@ -71,6 +71,34 @@ rules:
|
|||||||
execute_after:
|
execute_after:
|
||||||
- xset s on
|
- 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"
|
- name: "Mobile"
|
||||||
outputs_connected:
|
outputs_connected:
|
||||||
- eDP1
|
- eDP1
|
||||||
|
@ -6,17 +6,17 @@ exec &>/dev/null
|
|||||||
|
|
||||||
center() {
|
center() {
|
||||||
i3-msg "workspace $1"
|
i3-msg "workspace $1"
|
||||||
i3-msg "move workspace to output DP1"
|
i3-msg "move workspace to output DP2-3"
|
||||||
}
|
}
|
||||||
|
|
||||||
left() {
|
left() {
|
||||||
i3-msg "workspace $1"
|
i3-msg "workspace $1"
|
||||||
i3-msg "move workspace to output DP3-2"
|
i3-msg "move workspace to output DP2-1"
|
||||||
}
|
}
|
||||||
|
|
||||||
right() {
|
right() {
|
||||||
i3-msg "workspace $1"
|
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)"
|
FOCUS="$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).name' | cut -d"\"" -f2)"
|
||||||
|
Loading…
Reference in New Issue
Block a user