aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-03-24 21:43:31 +0100
committerkoekeishiya <aasvi93@hotmail.com>2018-03-24 21:43:31 +0100
commit91823bfaf5e6dc5d4fc1240c162d07b4088bba5c (patch)
tree0c87e3ba7b2c21693840833c1dd4f61c77b1c1d5 /examples
parentb7bbd626ebfdfc0b27b89d18abec5ba65310b783 (diff)
downloadskhd-91823bfaf5e6dc5d4fc1240c162d07b4088bba5c.tar.gz
skhd-91823bfaf5e6dc5d4fc1240c162d07b4088bba5c.zip
update sample
Diffstat (limited to 'examples')
-rw-r--r--examples/skhdrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/skhdrc b/examples/skhdrc
index f10eb81..8152f81 100644
--- a/examples/skhdrc
+++ b/examples/skhdrc
@@ -102,6 +102,17 @@ shift + alt - 4 : chunkc tiling::window --send-to-desktop 4
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 - 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"
+shift + cmd - 2 : chunkc tiling::window --send-to-desktop 2; qes -k "cmd + alt - 2"
+shift + cmd - 3 : chunkc tiling::window --send-to-desktop 3; qes -k "cmd + alt - 3"
+shift + cmd - 4 : chunkc tiling::window --send-to-desktop 4; qes -k "cmd + alt - 4"
+shift + cmd - 5 : chunkc tiling::window --send-to-desktop 5; qes -k "cmd + alt - 5"
+shift + cmd - 6 : chunkc tiling::window --send-to-desktop 6; qes -k "cmd + alt - 6"
+
# focus monitor
ctrl + alt - z : chunkc tiling::monitor -f prev
ctrl + alt - c : chunkc tiling::monitor -f next
@@ -159,6 +170,9 @@ alt - d : chunkc tiling::window --toggle parent
# toggle window split type
alt - e : chunkc tiling::window --toggle split
+# toggle window fading
+alt - q : chunkc tiling::window --toggle fade
+
# float / unfloat window and center on screen
alt - t : chunkc tiling::window --toggle float;\
chunkc tiling::window --grid-layout 4:4:1:1:2:2
@@ -176,3 +190,7 @@ ctrl + alt - s : chunkc tiling::desktop --layout monocle
ctrl + alt - d : chunkc tiling::desktop --layout float
ctrl + alt - w : chunkc tiling::desktop --deserialize ~/.chunkwm_layouts/dev_1
+
+cmd - 7 : qes -k "shift + alt - 7"
+cmd - 8 : qes -k "shift + alt - 8"
+cmd - 9 : qes -k "shift + alt - 9"