diff options
| author | ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> | 2024-07-25 00:48:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 00:48:26 +0000 |
| commit | 14e38e7481f56401f08e122c5474f4730a12ac02 (patch) | |
| tree | f334b1a138205855fc094381780812430e2a2e85 /dwm.1 | |
| parent | c4788e11dd84fa5045900b548d0616ddaba77dab (diff) | |
Add files via upload
Edit man page to better reflect features present in this fork
Diffstat (limited to 'dwm.1')
| -rw-r--r-- | dwm.1 | 91 |
1 files changed, 45 insertions, 46 deletions
@@ -41,117 +41,116 @@ prints version information to stderr, then exits. is read and displayed in the status text area. It can be set with the .BR xsetroot (1) command. -.TP -.B Button1 -click on a tag label to display all windows with that tag, click on the layout -label toggles between tiled and floating layout. -.TP -.B Button3 -click on a tag label adds/removes all windows with that tag to/from the view. -.TP -.B Mod1\-Button1 -click on a tag label applies that tag to the focused window. -.TP -.B Mod1\-Button3 -click on a tag label adds/removes that tag to/from the focused window. .SS Keyboard commands .TP -.B Mod1\-Shift\-Return -Start +.B Super\-Tab +Start the terminal defined by the TERMINAL variable in config.h, by default it is set to .BR st(1). .TP -.B Mod1\-p +.B Super\-d Spawn .BR dmenu(1) for launching other programs. .TP -.B Mod1\-, +.B Super\-, Focus previous screen, if any. .TP -.B Mod1\-. +.B Super\-. Focus next screen, if any. .TP -.B Mod1\-Shift\-, +.B Super\-Shift\-, Send focused window to previous screen, if any. .TP -.B Mod1\-Shift\-. +.B Super\-Shift\-. Send focused window to next screen, if any. .TP -.B Mod1\-b +.B Super\-b Toggles bar on and off. .TP -.B Mod1\-t +.B Super\-t Sets tiled layout. .TP -.B Mod1\-f +.B Super\-f Sets floating layout. .TP -.B Mod1\-m +.B Super\-m Sets monocle layout. .TP -.B Mod1\-space +.B Super\-Return Toggles between current and previous layout. .TP -.B Mod1\-j +.B Super\-j Focus next window. .TP -.B Mod1\-k +.B Super\-k Focus previous window. .TP -.B Mod1\-i +.B Super\-Shift\-j +Rotate currently focused window down the stack. +.TP +.B Super\-Shift\-k +Rotate currently focused window up the stack +.TP +.B Super\-i Increase number of windows in master area. .TP -.B Mod1\-d +.B Super\-u Decrease number of windows in master area. .TP -.B Mod1\-l +.B Super\-l Increase master area size. .TP -.B Mod1\-h +.B Super\-h Decrease master area size. .TP -.B Mod1\-Return +.B Super\-space Zooms/cycles focused window to/from master area (tiled layouts only). .TP -.B Mod1\-Shift\-c +.B Super\-q Close focused window. .TP -.B Mod1\-Shift\-space +.B Super\-Shift\-Return Toggle focused window between tiled and floating state. .TP -.B Mod1\-Tab +.B Super\-Shift\-space Toggles to the previously selected tags. .TP -.B Mod1\-Shift\-[1..n] +.B Super\-Shift\-[1..n] Apply nth tag to focused window. .TP -.B Mod1\-Shift\-0 +.B Super\-Shift\-0 Apply all tags to focused window. .TP -.B Mod1\-Control\-Shift\-[1..n] +.B Super\-Control\-Shift\-[1..n] Add/remove nth tag to/from focused window. .TP -.B Mod1\-[1..n] +.B Super\-[1..n] View all windows with nth tag. .TP -.B Mod1\-0 +.B Super\-0 View all windows with any tag. .TP -.B Mod1\-Control\-[1..n] +.B Super\-Control\-[1..n] Add/remove all windows with nth tag to/from the view. .TP -.B Mod1\-Shift\-q +.B Super\-Shift\-q Quit dwm. -.SS Mouse commands +.SS Mouse commands ## Mouse commands are disabled in this config, however can be re-enabled in config.h .TP -.B Mod1\-Button1 +.B Super\-Button1 Move focused window while dragging. Tiled windows will be toggled to the floating state. .TP -.B Mod1\-Button2 +.B Super\-Button2 Toggles focused window between floating and tiled state. .TP -.B Mod1\-Button3 +.B Super\-Button3 Resize focused window while dragging. Tiled windows will be toggled to the floating state. +.TP +.B Super\-Shift\-w +Opens web browser defined by BROWSER in config.h +.TP +.B Super\-Shift\-e +Opens file explorer defined by the FILE_EXPLORER variable in config.h .SH CUSTOMIZATION dwm is customized by creating a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple. |
