From 78f63a27a4a510396947e5c2f20c88bf64d51635 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 6 Jun 2018 14:49:10 -0700 Subject: [PATCH] Moving windows, tiling LR, and logging --- .chunkwmrc | 2 ++ .khdrc | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.chunkwmrc b/.chunkwmrc index 2d85483..1b9c5ff 100755 --- a/.chunkwmrc +++ b/.chunkwmrc @@ -6,6 +6,7 @@ # 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 @@ -111,3 +112,4 @@ chunkc tiling::rule --owner \"Steam\" --state float chunkc tiling::rule --owner \"Stickies\" --state float chunkc tiling::rule --owner \"System Preferences\" --state float chunkc tiling::rule --owner \"Emacs\" --state tile +chunkc tiling::rule --owner \"Adobe Lightroom CC\" --state tile diff --git a/.khdrc b/.khdrc index 0005542..5ad4cbe 100644 --- a/.khdrc +++ b/.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 # Focus display -switcher + shift - 1 : chunkc tiling::monitor --focus 1 -switcher + shift - 2 : chunkc tiling::monitor --focus 2 -switcher + shift - 3 : chunkc tiling::monitor --focus 3 +switcher + shift - 1 : chunkc tiling::monitor -f 1 +switcher + shift - 2 : chunkc tiling::monitor -f 2 +switcher + shift - 3 : chunkc tiling::monitor -f 3 # Move window to display swap + shift - 1 : chunkc tiling::window --send-to-monitor 1