-
Notifications
You must be signed in to change notification settings - Fork 0
/
.skhdrc
62 lines (51 loc) · 2.92 KB
/
.skhdrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# enter fullscreen mode for the focused container
ctrl + 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
alt - e : chunkc tiling::desktop --layout bsp
alt - 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 - b : chunkc tiling::window --focus biggest
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 - b : chunkc tiling::window --warp biggest
alt - r : chunkc tiling::desktop --rotate 90
# move focused container to workspace
shift + alt - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
shift + alt - p : chunkc tiling::window --send-to-desktop prev
shift + alt - n : chunkc tiling::window --send-to-desktop next
shift + alt - 1 : chunkc tiling::window --send-to-desktop 1
shift + alt - 2 : chunkc tiling::window --send-to-desktop 2
shift + alt - 3 : chunkc tiling::window --send-to-desktop 3
shift + alt - 4 : chunkc tiling::window --send-to-desktop 4
shift + alt - 5 : chunkc tiling::window --send-to-desktop 5
shift + alt - 6 : chunkc tiling::window --send-to-desktop 6
# Resize
cmd + shift - left : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge west
cmd + shift - down : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge south
cmd + shift - up : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge north
cmd + shift - right : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge east
lalt + shift - right : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge west
lalt + shift - down : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge south
lalt + shift - up : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge north
lalt + shift - left : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge east
# move focused container to monitor
# ctrl + alt - m : chunkc tiling::window --send-to-monitor $(chunkc get _last_active_desktop)
# ctrl + alt - p : chunkc tiling::window --send-to-monitor prev
# ctrl + alt - n : chunkc tiling::window --send-to-monitor next
# ctrl + alt - 3 : chunkc tiling::window --send-to-monitor 3
# ctrl + alt - 4 : chunkc tiling::window --send-to-monitor 4
# ctrl + alt - 5 : chunkc tiling::window --send-to-monitor 5
# ctrl + alt - 6 : chunkc tiling::window --send-to-monitor 6