summaryrefslogtreecommitdiffstats
path: root/.config/gebaar/gebaard.toml
blob: 29dfe9af379c2b2a85467d31d2037f1dc197b768 (plain)
1
2
3
4
5
6
7
8
9
10
11
[commands.swipe.three]
up = ""
down = "copyq show"
left = "i3-msg workspace prev"
right = "i3-msg workspace next"

[commands.swipe.four]
up = ""
down = ""
left = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Right"
right = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Left"