Skip to content

Commit a1670cb

Browse files
committedJul 15, 2017
update chunkwmrc
1 parent cde84dc commit a1670cb

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed
 

‎chunkwm/chunkwmrc

+19-12
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ chunkc core::plugin_dir ~/.chunkwm_plugins
1515
chunkc core::hotload 1
1616

1717
#
18-
# NOTE: The following are config variables for the chunkwm-tiling plugin
18+
# NOTE: the following are config variables for the chunkwm-tiling plugin.
1919
#
2020

2121
chunkc set global_desktop_mode bsp
@@ -55,19 +55,29 @@ chunkc set window_float_next 0
5555
chunkc set window_float_center 1
5656
chunkc set window_region_locked 1
5757

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+
5865
chunkc set preselect_border_color 0xffffff00
5966
chunkc set preselect_border_width 4
6067
chunkc set preselect_border_radius 0
6168

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+
6474
chunkc set window_float_topmost 1
6575
chunkc set window_fade_inactive 1
6676
chunkc set window_fade_alpha 0.85
6777
chunkc set window_fade_duration 0.5
6878

6979
#
70-
# NOTE: The following are config variables for the chunkwm-border plugin
80+
# NOTE: the following are config variables for the chunkwm-border plugin.
7181
#
7282

7383
chunkc set focused_border_color 0xffc0b18b
@@ -77,20 +87,17 @@ chunkc set focused_border_skip_floating 0
7787

7888
#
7989
# NOTE: specify plugins to load when chunkwm starts.
90+
# if chunkc plugin_dir is not set, the absolutepath is necessary.
8091
#
8192

8293
chunkc core::load tiling.so
8394
chunkc core::load ffm.so
8495
chunkc core::load border.so
8596

86-
chunkc tiling::rule --owner \"System Preferences\" --state tile
87-
chunkc tiling::rule --owner Finder --name Copy --state float
88-
8997
#
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.
91100
#
92101

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

Comments
 (0)
Please sign in to comment.