summaryrefslogtreecommitdiffstats
path: root/.config/gebaar
diff options
context:
space:
mode:
authorYigit Sever2021-10-18 09:26:44 +0300
committerYigit Sever2021-10-18 09:26:44 +0300
commited90b54e2ff1c69b5ed04baac80459713097e808 (patch)
tree58b00ca013fd6e1be167e0f165acfa236c1ef89f /.config/gebaar
parent6d2c46c107cb0e7a9330410540b930066a53fb6e (diff)
downloaddotfiles-ed90b54e2ff1c69b5ed04baac80459713097e808.tar.gz
dotfiles-ed90b54e2ff1c69b5ed04baac80459713097e808.tar.bz2
dotfiles-ed90b54e2ff1c69b5ed04baac80459713097e808.zip
gebaar: tab left/right
diffstat (limited to '.config/gebaar')
-rw-r--r--.config/gebaar/gebaard.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/gebaar/gebaard.toml b/.config/gebaar/gebaard.toml
index 89d7add..f5efdff 100644
--- a/.config/gebaar/gebaard.toml
+++ b/.config/gebaar/gebaard.toml
@@ -3,8 +3,8 @@ up = ""
3down = "copyq show" 3down = "copyq show"
4left = "i3-msg workspace prev" 4left = "i3-msg workspace prev"
5right = "i3-msg workspace next" 5right = "i3-msg workspace next"
6left_up = "" 6left_up = "xdotool key Control_L+Shift+Tab"
7right_up = "" 7right_up = "xdotool key Control_L+Tab"
8left_down = "" 8left_down = ""
9right_down = "" 9right_down = ""
10 10