From aad32942e6c32ffd4f22568ca8ca92755a77c60f Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 19 Apr 2019 17:33:04 +0300 Subject: Introduce gebaard configuration --- .config/gebaar/gebaard.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/gebaar/gebaard.toml (limited to '.config/gebaar/gebaard.toml') 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 @@ +[commands.swipe.three] +up = "rofi -show combi" +down = "kitty --session ~/bin/ranger.session" +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" -- cgit v1.2.3-70-g09d2