Remove xf86-video-intel

This commit is contained in:
2023-03-25 13:41:16 +01:00
parent f78cc05dd1
commit 72edd200c7
2 changed files with 43 additions and 43 deletions

View File

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