blob: 85a2e9cb9f4a34fe9733716e81a81546a8a36aa7 (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
.TH DWM 1 dwm\-VERSION
.SH NAME
dwm \- dynamic window manager (Suleyman Farajli <suleyman@farajli.net>'s build)
.SH DESCRIPTION
dwm is a dynamic window manager for X. This build manages windows only in the tiled layout,
but each window can still be set to fullscreen or floating explicitly.
.P
Windows are managed in a master and stacking area. The master
area on the left contains one window by default, and the stacking area on the
right contains all other windows. The number of master area windows can be
adjusted from zero to an arbitrary number.
.P
Windows are grouped by tags. Each window can be tagged with one or multiple
tags. Selecting certain tags displays all windows with these tags.
.P
Each screen contains a small status bar that displays all available tags and
the text read from the root window name property when the screen is focused.
In this build, the layout symbol and the title of the focused window are removed for simplicity.
The selected tags are indicated with a slightly different
color. The tags of the focused window are indicated with a filled square in the
top left corner. The tags which are applied to one or more windows are
indicated with an empty square in the top left corner.
.P
dwm draws a small border around windows to indicate the focus state.
.SH KEYBINDINGS
.TP
.B Mod1\-Return
Launch terminal (st)
.TP
.B Mod1\-Shift\-Return
Launch browser (firefox)
.TP
.B Mod1\-p
Launch dmenu
.TP
.B Mod1\-Shift\-p
Launch browser prompt (br)
.TP
.B Mod1\-b
Toggle the visibility of the bar
.TP
.B Mod1\-j / Mod1\-k
Cycle through the window stack
.TP
.B Mod1\-Shift\-m / Mod1\-m
Increase/decrease number of master windows
.TP
.B Mod1\-h / Mod1\-l
Resize master area
.TP
.B Mod1\-space
Promote focused window to master (zoom)
.TP
.B Mod1\-Shift\-q
Close focused window
.TP
.B Mod1\-Shift\-f
Toggle floating mode for the focused window
.TP
.B Mod1\-f
Toggle fullscreen mode
.TP
.B Mod1\-0
View all tags
.TP
.B Mod1\-Shift\-0
Apply current window to all tags
.TP
.B Mod1\-comma / Mod1\-period
Focus monitor left/right
.TP
.B Mod1\-Shift\-comma / Mod1\-Shift\-period
Send window to monitor left/right
.TP
.B Mod1\-minus / Mod1\-equal
Decrease/increase gaps between windows
.TP
.B Mod1\-Shift\-minus / Mod1\-Shift\-equal
Decrease/increase border width
.TP
.B Mod1\-u
Focus master window
.TP
.B Mod1\-a
Toggle focus between floating and tiled windows
.TP
.B Mod1\-Shift\-w
Set wallpaper (swall)
.TP
.B Mod4\-Shift\-0
Quit dwm
.TP
.B Mod4\-h / j / k / l
Move floating window left/down/up/right
.TP
.B Mod4\-Shift\-h / j / k / l
Resize floating window left/down/up/right
.TP
.B XF86MonBrightnessUp / XF86MonBrightnessDown
Increase/decrease brightness (slight)
.TP
.B XF86AudioRaiseVolume / XF86AudioLowerVolume / XF86AudioMute
Increase/decrease/mute volume (svol)
.TP
.B Tag switching
Each number key (1 to 9) can be used with the following:
.br
Mod1 + KEY = View tag
.br
Mod1 + Control + KEY = Toggle view of tag
.br
Mod1 + Shift + KEY = Move focused window to tag
.br
Mod1 + Control + Shift + KEY = Toggle focused window on tag
.SH CUSTOM SCRIPTS
This build uses the following external shell utilities:
.TP
.B slight
Adjust screen brightness
.TP
.B svol
Adjust or mute audio volume
.TP
.B swall
Set wallpaper
.TP
.B br
Prompt to choose browser
These are available at:
.B https://git.farajli.net/slcf
.SH SEE ALSO
.BR dmenu (1),
.BR st (1)
|