aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-05-10 13:58:02 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-05-10 13:58:02 +0200
commit1343e122d8fcbeba0c9d588263a7325fce552547 (patch)
treef91b18ff44d50566727b58fed64195447393a28d
parent9117aa1c79e3f352ee7eb122df64f1b6bd9e53d8 (diff)
parent493a284139bc18ea0e209f6be815a0bdb6571d2e (diff)
downloadskhd-1343e122d8fcbeba0c9d588263a7325fce552547.tar.gz
skhd-1343e122d8fcbeba0c9d588263a7325fce552547.zip
update sample
-rw-r--r--examples/skhdrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/skhdrc b/examples/skhdrc
index f472e3e..411ceb3 100644
--- a/examples/skhdrc
+++ b/examples/skhdrc
@@ -55,6 +55,9 @@
# open terminal, blazingly fast compared to iTerm/Hyper
cmd - return : open -na /Applications/Kitty.app
+# open qutebrowser
+cmd + shift - return : ~/Scripts/qtb.sh
+
# close focused window
alt - w : chunkc tiling::window --close
@@ -103,7 +106,7 @@ shift + alt - 5 : chunkc tiling::window --send-to-desktop 5
shift + alt - 6 : chunkc tiling::window --send-to-desktop 6
# send window to desktop and follow focus
-shift + cmd - x : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
+shift + cmd - x : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop); qes -k "cmd + alt - $(chunkc get _last_active_desktop)"
shift + cmd - z : chunkc tiling::window --send-to-desktop prev; qes -k "cmd + alt - z"
shift + cmd - c : chunkc tiling::window --send-to-desktop next; qes -k "cmd + alt - c"
shift + cmd - 1 : chunkc tiling::window --send-to-desktop 1; qes -k "cmd + alt - 1"