diff options
author | Yigit Sever | 2019-04-19 17:33:04 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-19 17:33:04 +0300 |
commit | aad32942e6c32ffd4f22568ca8ca92755a77c60f (patch) | |
tree | 6e889ceaf38935949dc8131871588fe64d57cca6 /.config/gebaar/gebaard.toml | |
parent | 978e35013fa388602e78da8a7b07216e821f03cd (diff) | |
download | dotfiles-aad32942e6c32ffd4f22568ca8ca92755a77c60f.tar.gz dotfiles-aad32942e6c32ffd4f22568ca8ca92755a77c60f.tar.bz2 dotfiles-aad32942e6c32ffd4f22568ca8ca92755a77c60f.zip |
Introduce gebaard configuration
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" | ||