aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2019-02-23 17:18:49 +0100
committerkoekeishiya <aasvi93@hotmail.com>2019-02-23 17:18:49 +0100
commit5287a3192799d8f9bbdca01fa457cd6cb3e7eba5 (patch)
treeb78deccf346f047048581cc684ba6044b336106d /examples
parent0e703c3f275f6d4477f452acfb9cf9c73b9d9f1e (diff)
downloadskhd-5287a3192799d8f9bbdca01fa457cd6cb3e7eba5.tar.gz
skhd-5287a3192799d8f9bbdca01fa457cd6cb3e7eba5.zip
#62 implement option to unbind certain applications etc.
Diffstat (limited to 'examples')
-rw-r--r--examples/skhdrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/skhdrc b/examples/skhdrc
index 5336e71..e68433c 100644
--- a/examples/skhdrc
+++ b/examples/skhdrc
@@ -23,7 +23,8 @@
#
# proc_map_lst = * <proc_map>
#
-# proc_map = <string> ':' <command>
+# proc_map = <string> ':' <command> | <string> ':' '~' |
+# '*' ':' <command> | '*' '~'
#
# string = '"' 'sequence of characters' '"'
#
@@ -79,7 +80,9 @@
#
# cmd - n [
# "kitty" : echo "hello kitty"
+# * : echo "hello everyone"
# "qutebrowser" : echo "hello qutebrowser"
+# "terminal" ~
# "finder" : false
# ]
@@ -257,3 +260,4 @@ 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
+