diff options
author | Yigit Sever | 2019-04-19 19:27:58 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-19 19:27:58 +0300 |
commit | 861e0bdc972c16a39003d7512db3bfb1d21c62da (patch) | |
tree | a77bd1d511e5925e299b33a876154730b22fdb60 /.config/gebaar/gebaard.toml | |
parent | 1f613015c85449a8df41ec32f820f6875e43de7d (diff) | |
parent | 95c141ef40f8fca0715fb5e6fd98a61b4f8e0072 (diff) | |
download | dotfiles-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.toml | 11 |
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] | ||
2 | up = "rofi -show combi" | ||
3 | down = "kitty --session ~/bin/ranger.session" | ||
4 | left = "i3-msg workspace prev" | ||
5 | right = "i3-msg workspace next" | ||
6 | |||
7 | [commands.swipe.four] | ||
8 | up = "" | ||
9 | down = "" | ||
10 | left = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Right" | ||
11 | right = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Left" | ||