@@ -15,7 +15,7 @@ chunkc core::plugin_dir ~/.chunkwm_plugins
15
15
chunkc core::hotload 1
16
16
17
17
#
18
- # NOTE: The following are config variables for the chunkwm-tiling plugin
18
+ # NOTE: the following are config variables for the chunkwm-tiling plugin.
19
19
#
20
20
21
21
chunkc set global_desktop_mode bsp
@@ -55,19 +55,29 @@ chunkc set window_float_next 0
55
55
chunkc set window_float_center 1
56
56
chunkc set window_region_locked 1
57
57
58
+ #
59
+ # NOTE: shell commands require escaped quotes
60
+ # to pass value containing a whitespace.
61
+ #
62
+ # chunkc set mouse_modifier \"cmd shift\"
63
+ chunkc set mouse_modifier fn
64
+
58
65
chunkc set preselect_border_color 0xffffff00
59
66
chunkc set preselect_border_width 4
60
67
chunkc set preselect_border_radius 0
61
68
62
- # signal dock to make windows topmost when floated
63
- # requires chwm-sa (https://github.com/koekeishiya/chwm-sa)
69
+ #
70
+ # NOTE: these settings require chwm-sa.
71
+ # (https://github.com/koekeishiya/chwm-sa)
72
+ #
73
+
64
74
chunkc set window_float_topmost 1
65
75
chunkc set window_fade_inactive 1
66
76
chunkc set window_fade_alpha 0.85
67
77
chunkc set window_fade_duration 0.5
68
78
69
79
#
70
- # NOTE: The following are config variables for the chunkwm-border plugin
80
+ # NOTE: the following are config variables for the chunkwm-border plugin.
71
81
#
72
82
73
83
chunkc set focused_border_color 0xffc0b18b
@@ -77,20 +87,17 @@ chunkc set focused_border_skip_floating 0
77
87
78
88
#
79
89
# NOTE: specify plugins to load when chunkwm starts.
90
+ # if chunkc plugin_dir is not set, the absolutepath is necessary.
80
91
#
81
92
82
93
chunkc core::load tiling.so
83
94
chunkc core::load ffm.so
84
95
chunkc core::load border.so
85
96
86
- chunkc tiling::rule --owner \" System Preferences\" --state tile
87
- chunkc tiling::rule --owner Finder --name Copy --state float
88
-
89
97
#
90
- # NOTE: if chunkc plugin_dir is not set, the absolutepath is necessary.
98
+ # NOTE: shell commands require escaped quotes
99
+ # to pass value containing a whitespace.
91
100
#
92
101
93
- # chunkc core::load ~/.chunkwm_plugins/tiling.so
94
- # chunkc core::load ~/.chunkwm_plugins/ffm.so
95
- # chunkc core::load ~/.chunkwm_plugins/border.so
96
-
102
+ chunkc tiling::rule --owner \" System Preferences\" --state tile
103
+ chunkc tiling::rule --owner Finder --name Copy --state float
0 commit comments