-
Notifications
You must be signed in to change notification settings - Fork 0
/
.skhdrc
40 lines (34 loc) · 829 Bytes
/
.skhdrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
###########
# DEFAULT #
###########
:: default : notify -m 'Mode: Default'
########
# TEST #
########
#
# :: test @ : notify -m 'Mode: Test'
#
# cmd - x ; test
# test < cmd - x ; default
# application specific bindings
#
# cmd - n [
# "kitty" : echo "hello kitty"
# * : echo "hello everyone"
# "qutebrowser" : echo "hello qutebrowser"
# "terminal" ~
# "finder" : false
# ]
# specify a file that should be included as an additional config-file.
# treated as an absolutepath if the filename begins with '/' otherwise
# the file is relative to the path of the config-file it was loaded from.
#
# .load "partial_skhdrc"
# prevent skhd from monitoring events for specific applications.
#
# .blacklist [
# "kitty"
# "terminal"
# "qutebrowser"
# ]
.load ".config/skhd/yabai"