Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Fullscreen mode for focused container
- alt - f : chunkc tiling::window --toggle fullscreen
- # Toggle between tiling & floating windows
- alt - space : chunkc tiling::window --toggle float
- # Change desktop layout
- alt - e : chunkc tiling::desktop --layout bsp
- alt - s : chunkc tiling::desktop --layout monocle
- # Kill focused window
- alt - w : chunkc tiling::window --close
- # Change window focus
- ctrl - left : chunkc tiling::window --focus west
- ctrl - down : chunkc tiling::window --focus south
- ctrl - up : chunkc tiling::window --focus north
- ctrl - right : chunkc tiling::window --focus east
- 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
- # Change desktop focus
- ctrl - 1 : chunkc tiling::desktop --focus 1
- ctrl - 2 : chunkc tiling::desktop --focus 2
- ctrl - 3 : chunkc tiling::desktop --focus 3
- ctrl - 4 : chunkc tiling::desktop --focus 4
- # Move windows
- 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
- shift + ctrl - left : chunkc tiling::window --warp west
- shift + ctrl - down : chunkc tiling::window --warp south
- shift + ctrl - up : chunkc tiling::window --warp north
- shift + ctrl - right : chunkc tiling::window --warp east
- alt - r : chunkc tiling::desktop --rotate 90
- # Move windows between desktops
- shift + ctrl - 1 : chunkc tiling::window --send-to-desktop 1
- shift + ctrl - 2 : chunkc tiling::window --send-to-desktop 2
- shift + ctrl - 3 : chunkc tiling::window --send-to-desktop 3
- shift + ctrl - 4 : chunkc tiling::window --send-to-desktop 4
- shift + ctrl - p : chunkc tiling::window --send-to-desktop prev
- shift + ctrl - n : chunkc tiling::window --send-to-desktop next
- # App shortcuts
- cmd - return : osascript /Users/smhdale/Documents/Scripts/NewTerminalWindow.scpt
- shift + cmd - return : osascript /Users/smhdale/Documents/Scripts/NewFinderWindow.scpt `pwd`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement