Remove xf86-video-intel
This commit is contained in:
@ -6,17 +6,17 @@ exec &>/dev/null
|
||||
|
||||
center() {
|
||||
i3-msg "workspace $1"
|
||||
i3-msg "move workspace to output DP2-3"
|
||||
i3-msg "move workspace to output DP-2-3"
|
||||
}
|
||||
|
||||
left() {
|
||||
i3-msg "workspace $1"
|
||||
i3-msg "move workspace to output DP2-1"
|
||||
i3-msg "move workspace to output DP-2-1"
|
||||
}
|
||||
|
||||
right() {
|
||||
i3-msg "workspace $1"
|
||||
i3-msg "move workspace to output DP2-2"
|
||||
i3-msg "move workspace to output DP-2-2"
|
||||
}
|
||||
|
||||
FOCUS="$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).name' | cut -d"\"" -f2)"
|
||||
|
Reference in New Issue
Block a user