# enter fullscreen mode for the focused container alt - f : chunkc tiling::window --toggle fullscreen # change focus between tiling / floating windows shift + alt - space : chunkc tiling::window --toggle float # change layout of desktop 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 # change focus alt - h : chunkc tiling::window --focus west alt - j : chunkc tiling::window --focus south alt - k : chunkc tiling::window --focus north alt - l : chunkc tiling::window --focus east alt - p : chunkc tiling::window --focus prev alt - n : chunkc tiling::window --focus next # move focused window shift + alt - h : chunkc tiling::window --warp west shift + alt - j : chunkc tiling::window --warp south shift + alt - k : chunkc tiling::window --warp north shift + alt - l : chunkc tiling::window --warp east alt - r : chunkc tiling::desktop --rotate 90 # move focused container to workspace 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 shift + alt + ctrl + cmd - t : chunkc tiling::window --toggle float;\ chunkc tiling::window --grid-layout 4:4:1:1:2:2