diff --git a/chunkwmrc b/chunkwmrc index 93c8773..21dec84 100755 --- a/chunkwmrc +++ b/chunkwmrc @@ -77,7 +77,7 @@ chunkc set bsp_split_mode optimal chunkc set bsp_split_ratio 0.5 chunkc set monitor_focus_cycle 1 -chunkc set window_focus_cycle monitor +chunkc set window_focus_cycle all chunkc set mouse_follows_focus intrinsic chunkc set window_float_next 0 diff --git a/skhdrc b/skhdrc index ecd00ce..191a20e 100644 --- a/skhdrc +++ b/skhdrc @@ -5,8 +5,8 @@ alt - f : chunkc tiling::window --toggle fullscreen shift + alt - space : chunkc tiling::window --toggle float # change layout of desktop -alt - e : chunkc tiling::desktop --layout bsp -alt - s : chunkc tiling::desktop --layout monocle +shift + alt + ctrl + cmd - e : chunkc tiling::desktop --layout bsp +shift + alt + ctrl + cmd - s : chunkc tiling::desktop --layout monocle # kill focused window shift + alt - q : chunkc tiling::window --close @@ -29,16 +29,16 @@ shift + alt - l : chunkc tiling::window --warp east alt - r : chunkc tiling::desktop --rotate 90 # move focused container to workspace -shift + alt - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop) -shift + alt - p : chunkc tiling::window --send-to-desktop prev -shift + alt - n : chunkc tiling::window --send-to-desktop next -shift + alt - 1 : chunkc tiling::window --send-to-desktop 1 -shift + alt - 2 : chunkc tiling::window --send-to-desktop 2 -shift + alt - 3 : chunkc tiling::window --send-to-desktop 3 -shift + alt - 4 : chunkc tiling::window --send-to-desktop 4 -shift + alt - 5 : chunkc tiling::window --send-to-desktop 5 -shift + alt - 6 : chunkc tiling::window --send-to-desktop 6 +shift + alt + ctrl + cmd - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop) +shift + alt + ctrl + cmd - p : chunkc tiling::window --send-to-desktop prev +shift + alt + ctrl + cmd - n : chunkc tiling::window --send-to-desktop next +shift + alt + ctrl + cmd - 1 : chunkc tiling::window --send-to-desktop 1 +shift + alt + ctrl + cmd - 2 : chunkc tiling::window --send-to-desktop 2 +shift + alt + ctrl + cmd - 3 : chunkc tiling::window --send-to-desktop 3 +shift + alt + ctrl + cmd - 4 : chunkc tiling::window --send-to-desktop 4 +shift + alt + ctrl + cmd - 5 : chunkc tiling::window --send-to-desktop 5 +shift + alt + ctrl + cmd - 6 : chunkc tiling::window --send-to-desktop 6 # float / unfloat window and center on screen -alt - t : chunkc tiling::window --toggle float;\ +shift + alt + ctrl + cmd - t : chunkc tiling::window --toggle float;\ chunkc tiling::window --grid-layout 4:4:1:1:2:2