Update grobi config

This commit is contained in:
2023-01-17 23:01:03 +01:00
parent 6a68fe4f64
commit 5e887f40fe
2 changed files with 33 additions and 5 deletions

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