.skhdrc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # enter fullscreen mode for the focused container
  2. alt - f : chunkc tiling::window --toggle fullscreen
  3. # change focus between tiling / floating windows
  4. shift + alt - space : chunkc tiling::window --toggle float
  5. # change layout of desktop
  6. alt - t : chunkc tiling::desktop --layout bsp
  7. alt - m : chunkc tiling::desktop --layout monocle
  8. # kill focused window
  9. shift + alt - q : chunkc tiling::window --close
  10. # change focus
  11. alt - h : chunkc tiling::window --focus west
  12. alt - j : chunkc tiling::window --focus south
  13. alt - k : chunkc tiling::window --focus north
  14. alt - l : chunkc tiling::window --focus east
  15. alt - p : chunkc tiling::window --focus prev
  16. alt - n : chunkc tiling::window --focus next
  17. # move focused window
  18. shift + alt - h : chunkc tiling::window --warp west
  19. shift + alt - j : chunkc tiling::window --warp south
  20. shift + alt - k : chunkc tiling::window --warp north
  21. shift + alt - l : chunkc tiling::window --warp east
  22. alt - r : chunkc tiling::desktop --rotate 90
  23. # move focused container to workspace
  24. shift + alt - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
  25. shift + alt - p : chunkc tiling::window --send-to-desktop prev
  26. shift + alt - n : chunkc tiling::window --send-to-desktop next
  27. shift + alt - 1 : chunkc tiling::window --send-to-desktop 1
  28. shift + alt - 2 : chunkc tiling::window --send-to-desktop 2
  29. shift + alt - 3 : chunkc tiling::window --send-to-desktop 3
  30. shift + alt - 4 : chunkc tiling::window --send-to-desktop 4
  31. shift + alt - 5 : chunkc tiling::window --send-to-desktop 5
  32. shift + alt - 6 : chunkc tiling::window --send-to-desktop 6
  33. shift + alt - a : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge west; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge east
  34. shift + alt - s : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge south; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge north
  35. shift + alt - w : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge north; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge south
  36. shift + alt - d : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge east; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge west