Moving windows, tiling LR, and logging
This commit is contained in:
parent
a0e88b9a52
commit
78f63a27a4
2 changed files with 5 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins
|
chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins
|
||||||
|
chunkc core::log_file /usr/local/var/log/chunkwm/chunkwm.log
|
||||||
|
|
||||||
#
|
#
|
||||||
# NOTE: if enabled, chunkwm will monitor the specified plugin_dir
|
# NOTE: if enabled, chunkwm will monitor the specified plugin_dir
|
||||||
|
|
@ -111,3 +112,4 @@ chunkc tiling::rule --owner \"Steam\" --state float
|
||||||
chunkc tiling::rule --owner \"Stickies\" --state float
|
chunkc tiling::rule --owner \"Stickies\" --state float
|
||||||
chunkc tiling::rule --owner \"System Preferences\" --state float
|
chunkc tiling::rule --owner \"System Preferences\" --state float
|
||||||
chunkc tiling::rule --owner \"Emacs\" --state tile
|
chunkc tiling::rule --owner \"Emacs\" --state tile
|
||||||
|
chunkc tiling::rule --owner \"Adobe Lightroom CC\" --state tile
|
||||||
|
|
|
||||||
6
.khdrc
6
.khdrc
|
|
@ -61,9 +61,9 @@ ctrl + shift + alt - 5 : chunkc tiling::window --send-to-desktop 15
|
||||||
ctrl + shift + alt - 6 : chunkc tiling::window --send-to-desktop 16
|
ctrl + shift + alt - 6 : chunkc tiling::window --send-to-desktop 16
|
||||||
|
|
||||||
# Focus display
|
# Focus display
|
||||||
switcher + shift - 1 : chunkc tiling::monitor --focus 1
|
switcher + shift - 1 : chunkc tiling::monitor -f 1
|
||||||
switcher + shift - 2 : chunkc tiling::monitor --focus 2
|
switcher + shift - 2 : chunkc tiling::monitor -f 2
|
||||||
switcher + shift - 3 : chunkc tiling::monitor --focus 3
|
switcher + shift - 3 : chunkc tiling::monitor -f 3
|
||||||
|
|
||||||
# Move window to display
|
# Move window to display
|
||||||
swap + shift - 1 : chunkc tiling::window --send-to-monitor 1
|
swap + shift - 1 : chunkc tiling::window --send-to-monitor 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue