mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Update Chunk config
This commit is contained in:
parent
8201b72990
commit
486602a06e
@ -77,7 +77,7 @@ chunkc set bsp_split_mode optimal
|
|||||||
chunkc set bsp_split_ratio 0.5
|
chunkc set bsp_split_ratio 0.5
|
||||||
|
|
||||||
chunkc set monitor_focus_cycle 1
|
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 mouse_follows_focus intrinsic
|
||||||
chunkc set window_float_next 0
|
chunkc set window_float_next 0
|
||||||
|
|||||||
24
skhdrc
24
skhdrc
@ -5,8 +5,8 @@ alt - f : chunkc tiling::window --toggle fullscreen
|
|||||||
shift + alt - space : chunkc tiling::window --toggle float
|
shift + alt - space : chunkc tiling::window --toggle float
|
||||||
|
|
||||||
# change layout of desktop
|
# change layout of desktop
|
||||||
alt - e : chunkc tiling::desktop --layout bsp
|
shift + alt + ctrl + cmd - e : chunkc tiling::desktop --layout bsp
|
||||||
alt - s : chunkc tiling::desktop --layout monocle
|
shift + alt + ctrl + cmd - s : chunkc tiling::desktop --layout monocle
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
shift + alt - q : chunkc tiling::window --close
|
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
|
alt - r : chunkc tiling::desktop --rotate 90
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
shift + alt - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
|
shift + alt + ctrl + cmd - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
|
||||||
shift + alt - p : chunkc tiling::window --send-to-desktop prev
|
shift + alt + ctrl + cmd - p : chunkc tiling::window --send-to-desktop prev
|
||||||
shift + alt - n : chunkc tiling::window --send-to-desktop next
|
shift + alt + ctrl + cmd - n : chunkc tiling::window --send-to-desktop next
|
||||||
shift + alt - 1 : chunkc tiling::window --send-to-desktop 1
|
shift + alt + ctrl + cmd - 1 : chunkc tiling::window --send-to-desktop 1
|
||||||
shift + alt - 2 : chunkc tiling::window --send-to-desktop 2
|
shift + alt + ctrl + cmd - 2 : chunkc tiling::window --send-to-desktop 2
|
||||||
shift + alt - 3 : chunkc tiling::window --send-to-desktop 3
|
shift + alt + ctrl + cmd - 3 : chunkc tiling::window --send-to-desktop 3
|
||||||
shift + alt - 4 : chunkc tiling::window --send-to-desktop 4
|
shift + alt + ctrl + cmd - 4 : chunkc tiling::window --send-to-desktop 4
|
||||||
shift + alt - 5 : chunkc tiling::window --send-to-desktop 5
|
shift + alt + ctrl + cmd - 5 : chunkc tiling::window --send-to-desktop 5
|
||||||
shift + alt - 6 : chunkc tiling::window --send-to-desktop 6
|
shift + alt + ctrl + cmd - 6 : chunkc tiling::window --send-to-desktop 6
|
||||||
|
|
||||||
# float / unfloat window and center on screen
|
# 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
|
chunkc tiling::window --grid-layout 4:4:1:1:2:2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user