blob: 764ccc151683c8b553167a57248c172e06c90f6a (
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
|
This is my custom config for suckless dwm. https://dwm.suckless.org/
Patches
- fake fullscreen
- fancybar
- fullgaps
- push
I also made it so you can use the numpad for tag keys.
Keybindings
- Spawning
- win-Return = terminal (st)
- win-d = dmenu
- win-g = browser (librewolf)
- win-z = lock screen (slock)
- Navigation
- win-j = focus next window
- win-k = focus prev window
- win-alt-j = move win down
- win-alt-k = move win up
- win-h = move divider left
- win-l = move divider right
- win-alt-h = increase master stack size
- win-alt-l = decrease master stack size
- Tags (+tagkey)
- win = switch to that tag
- win-alt = move selected window to that tag
- win-ctl = show selected window on both that tag and current tag
- win-shft-ctl = show whats on that tag
- Misc
- win-shft-spc = toggle floating window
- win-alt-c = kill window
- win-b = toggle bar
- win-shift-q = quit dwm
Mouse Controls
- Window
- win-m1-drag = move the window around
- win-m2-drag = resize window
- win-m3-click = toggle window floating
- Tags
- m1-click = switch to that tag
- m2-click = show whats on that tag
- win-m1-click = move selected window to that tag
- win-m2-click = show selected window on both that tag and current tag
|