blob: a0ad6a27a7d94654f0ef6a7deb0362cb052bf482 (
plain)
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
|
.shell powershell
# Reload whkd configuration
Win + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden
Win + shift + o : komorebic reload-configuration
Win + f : komorebic toggle-maximize
Win + q : komorebic close
Win + m : komorebic minimize
Win + return : start wt
Win + w : start 'C:\Program Files\LibreWolf\librewolf.exe'
# Focus windows
Win + left : komorebic focus left
Win + down : komorebic focus down
Win + up : komorebic focus up
Win + right : komorebic focus right
# Move windows
Win + shift + left : komorebic move left
Win + shift + down : komorebic move down
Win + shift + up : komorebic move up
Win + shift + right : komorebic move right
# Manipulate windows
Win + shift + space : komorebic toggle-float
# Layouts
Win + h : komorebic flip-layout horizontal
Win + j : komorebic flip-layout vertical
# Workspaces
Win + 1 : komorebic focus-workspace 0
Win + 2 : komorebic focus-workspace 1
Win + 3 : komorebic focus-workspace 2
Win + 4 : komorebic focus-workspace 3
Win + 5 : komorebic focus-workspace 4
Win + 6 : komorebic focus-workspace 5
Win + 7 : komorebic focus-workspace 6
Win + 8 : komorebic focus-workspace 7
# Move windows across workspaces
Win + shift + 1 : komorebic move-to-workspace 0
Win + shift + 2 : komorebic move-to-workspace 1
Win + shift + 3 : komorebic move-to-workspace 2
Win + shift + 4 : komorebic move-to-workspace 3
Win + shift + 5 : komorebic move-to-workspace 4
Win + shift + 6 : komorebic move-to-workspace 5
Win + shift + 7 : komorebic move-to-workspace 6
Win + shift + 8 : komorebic move-to-workspace 7
|