jasonrudolph / keyboard

⌨ Toward a more useful keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature : config with chunkwm; Tiling window manager

Kwask94 opened this issue · comments

Hello Again, so after, testing out the keyboard. I felt the wow momment, thanks very very much for everyone. very cool, seriously.

other than that I feel you guys should try Chunkwm @koekeishiya, it a great tilling window manager for mac, --guide

My question is how can I make the window mode go hand in hand with Chunkwm and Skhd.

I love the idea of not leaving the home row and having modes to edit with. in my config of Skhd, which let's me control focus, movement, window size :

  • switch focus = I use option + hjkl
  • switch windows location = I use option + shift with hjkl
  • and for size customazation = cmd + jk/hl
# 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
shift + alt - up : chunkc tiling::window --warp north
shift + alt - down : chunkc tiling::window --warp south
shift + alt - right : chunkc tiling::window --warp east
shift + alt - left : chunkc tiling::window --warp west

alt - r : chunkc tiling::desktop --rotate 90
alt - w : chunkc tiling::window --close
shift + alt - x : chunkc tiling::desktop --mirror horizontal
shift + alt - y : chunkc tiling::desktop --mirror vertical

# Resize
cmd + shift - k  : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge north
cmd + shift - j  : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge south
cmd + shift - l  : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge east
cmd + shift - h  : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge west

cmd - k  : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge north
cmd - j  : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge south
cmd - l  : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge east
cmd - h  : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge west

So when I tested SD mode, Started to be able to use hjkl everywhere thanks Jason, however, when trying to move focus and windows, a doesnt seem to work, I guess it isnt going well with skhd :((

its very handy to have caps lock as control, everywhere. but how can I config alt and cmd to be working with Chunkwm and respounding well with skhd. :D .