dwm.1
changeset 785 179a71394e49
parent 784 74722317b171
child 813 0ed770c96e51
equal deleted inserted replaced
784:74722317b171 785:179a71394e49
     4 .SH SYNOPSIS
     4 .SH SYNOPSIS
     5 .B dwm
     5 .B dwm
     6 .RB [ \-v ]
     6 .RB [ \-v ]
     7 .SH DESCRIPTION
     7 .SH DESCRIPTION
     8 dwm is a dynamic window manager for X. It manages windows in tiling and
     8 dwm is a dynamic window manager for X. It manages windows in tiling and
     9 swimming layouts. Either layout can be applied dynamically, optimizing the
     9 versatile layouts. Either layout can be applied dynamically, optimizing the
    10 environment for the application in use and the task performed.
    10 environment for the application in use and the task performed.
    11 .P
    11 .P
    12 In tiling layout windows are managed in a master and stacking area. The master
    12 In tiling layout windows are managed in a master and stacking area. The master
    13 area contains the windows which currently need most attention, whereas the
    13 area contains the windows which currently need most attention, whereas the
    14 stacking area contains all other windows. In swimming layout windows can be
    14 stacking area contains all other windows. In versatile layout windows can be
    15 resized and moved freely. Dialog windows are always managed swimming,
    15 resized and moved freely. Dialog windows are always managed versatile,
    16 regardless of the layout applied.
    16 regardless of the layout applied.
    17 .P
    17 .P
    18 Windows are grouped by tags. Each window can be tagged with one or multiple
    18 Windows are grouped by tags. Each window can be tagged with one or multiple
    19 tags. Selecting certain tags displays all windows with these tags.
    19 tags. Selecting certain tags displays all windows with these tags.
    20 .P
    20 .P
    36 .B Standard input
    36 .B Standard input
    37 is read and displayed in the status text area.
    37 is read and displayed in the status text area.
    38 .TP
    38 .TP
    39 .B Button1
    39 .B Button1
    40 click on a tag label to display all windows with that tag, click on the layout
    40 click on a tag label to display all windows with that tag, click on the layout
    41 label toggles between tiling and swimming layout.
    41 label toggles between tiling and versatile layout.
    42 .TP
    42 .TP
    43 .B Button3
    43 .B Button3
    44 click on a tag label adds/removes all windows with that tag to/from the view.
    44 click on a tag label adds/removes all windows with that tag to/from the view.
    45 .TP
    45 .TP
    46 .B Button4
    46 .B Button4
    65 .TP
    65 .TP
    66 .B Mod1-Shift-Tab
    66 .B Mod1-Shift-Tab
    67 Focus previous window.
    67 Focus previous window.
    68 .TP
    68 .TP
    69 .B Mod1-Return
    69 .B Mod1-Return
    70 Zooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (swimming layout).
    70 Zooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (versatile layout).
    71 .TP
    71 .TP
    72 .B Mod1-g
    72 .B Mod1-g
    73 Grow master area (tiling layout only).
    73 Grow master area (tiling layout only).
    74 .TP
    74 .TP
    75 .B Mod1-s
    75 .B Mod1-s
    96 .TP
    96 .TP
    97 .B Mod1-Shift-c
    97 .B Mod1-Shift-c
    98 Close focused window.
    98 Close focused window.
    99 .TP
    99 .TP
   100 .B Mod1-space
   100 .B Mod1-space
   101 Toggle between tiling and swimming layout (affects all windows).
   101 Toggle between tiling and versatile layout (affects all windows).
   102 .TP
   102 .TP
   103 .B Mod1-Shift-space
   103 .B Mod1-Shift-space
   104 Toggle focused window between swimming and non-swimming state (tiling layout only).
   104 Toggle focused window between versatile and non-versatile state (tiling layout only).
   105 .TP
   105 .TP
   106 .B Mod1-[1..n]
   106 .B Mod1-[1..n]
   107 View all windows with
   107 View all windows with
   108 .BR nth
   108 .BR nth
   109 tag.
   109 tag.
   119 .B Mod1-Shift-q
   119 .B Mod1-Shift-q
   120 Quit dwm.
   120 Quit dwm.
   121 .SS Mouse commands
   121 .SS Mouse commands
   122 .TP
   122 .TP
   123 .B Mod1-Button1
   123 .B Mod1-Button1
   124 Move current window while dragging (swimming layout only).
   124 Move current window while dragging (versatile layout only).
   125 .TP
   125 .TP
   126 .B Mod1-Button2
   126 .B Mod1-Button2
   127 Zooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (swimming layout).
   127 Zooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (versatile layout).
   128 .TP
   128 .TP
   129 .B Mod1-Button3
   129 .B Mod1-Button3
   130 Resize current window while dragging (swimming layout only).
   130 Resize current window while dragging (versatile layout only).
   131 .SH CUSTOMIZATION
   131 .SH CUSTOMIZATION
   132 dwm is customized by creating a custom config.h and (re)compiling the source
   132 dwm is customized by creating a custom config.h and (re)compiling the source
   133 code. This keeps it fast, secure and simple.
   133 code. This keeps it fast, secure and simple.
   134 .SH SEE ALSO
   134 .SH SEE ALSO
   135 .BR dmenu (1)
   135 .BR dmenu (1)