summaryrefslogtreecommitdiffstats
path: root/.config/gebaar/gebaard.toml
diff options
context:
space:
mode:
authorYigit Sever2019-04-19 19:27:58 +0300
committerYigit Sever2019-04-19 19:27:58 +0300
commit861e0bdc972c16a39003d7512db3bfb1d21c62da (patch)
treea77bd1d511e5925e299b33a876154730b22fdb60 /.config/gebaar/gebaard.toml
parent1f613015c85449a8df41ec32f820f6875e43de7d (diff)
parent95c141ef40f8fca0715fb5e6fd98a61b4f8e0072 (diff)
downloaddotfiles-861e0bdc972c16a39003d7512db3bfb1d21c62da.tar.gz
dotfiles-861e0bdc972c16a39003d7512db3bfb1d21c62da.tar.bz2
dotfiles-861e0bdc972c16a39003d7512db3bfb1d21c62da.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.config/gebaar/gebaard.toml')
-rw-r--r--.config/gebaar/gebaard.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/gebaar/gebaard.toml b/.config/gebaar/gebaard.toml
new file mode 100644
index 0000000..cc772c1
--- /dev/null
+++ b/.config/gebaar/gebaard.toml
@@ -0,0 +1,11 @@
1[commands.swipe.three]
2up = "rofi -show combi"
3down = "kitty --session ~/bin/ranger.session"
4left = "i3-msg workspace prev"
5right = "i3-msg workspace next"
6
7[commands.swipe.four]
8up = ""
9down = ""
10left = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Right"
11right = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Left"