diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2024-10-08 13:45:16 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-03-31 18:31:28 +0100 |
| commit | ec25d5fda43c218ff91623a53488bb6df00c0903 (patch) | |
| tree | 580908123862f1c09358dd0ba2b062c99c0053ab /dwm.1 | |
| parent | 7ca56085bf44b87a334a468386701163bec54f3e (diff) | |
Add files via upload
Diffstat (limited to 'dwm.1')
| -rw-r--r-- | dwm.1 | 46 |
1 files changed, 30 insertions, 16 deletions
@@ -54,13 +54,21 @@ Button3 - Right Click .SS Keyboard commands .TP .B Super\-Space -Start the terminal defined by the TERMINAL variable in config.h, by default it is set to urxvt +Start the terminal defined by the TERMINAL definition in config.h, by default it is set to urxvt +.TP +.B Super\-Shift\-Space +Start the terminal as root. .TP .B Super\-d Spawn .BR dmenu(1) for launching other programs. .TP +.B Super\-g +Spawn +.BR dmenu(1) +for launching applications from ~/.local/games/ directory. +.TP .B Super\-, Focus previous monitor, if any. .TP @@ -142,20 +150,29 @@ View all windows with any tag. .B Super\-Control\-[1..n] Add/remove all windows with nth tag to/from the view. .TP -.B Super\-Shift\-q -Quit dwm. +.B Super\-Shift\-r +Restart dwm. .TP -.B Super\-Shift\-w +.B Super\-Shift\-End +Exit dwm. +.TP +.B Super\-w Opens web browser defined by BROWSER in config.h. .TP -.B Super\-Shift\-e +.B Super\-e Opens lf (file manager) in a urxvt instance. .TP -.B Super\-Shift\-s -Opens Steam, it's pretty easy to change +.B Super\-s +Opens Steam. +.TP +.B Super\-Shift\-h +Opens a terminal instance running htop. .TP -.B Super\-Shift\-d -Opens Discord, also pretty easy to change. +.B Super\-Shift\-n +Opens a terminal instance running neovim. +.TP +.B Super\-Shift\-m +Opens a terminal instance running neomutt. .TP .B Control\-Alt\-Delete Locks the screen using slock, requires slock to be installed to work. @@ -164,19 +181,16 @@ Locks the screen using slock, requires slock to be installed to work. Takes a screenshot using scrot. .TP .B Super\-v -Allows you to pick a string of text to paste from a bookmarks file using a dmenu prompt, default path is ~/.local/share/bookmarks/bookmarksfile, requires xclip -.TP -.B Super\-Shift\-v -Takes the last copied text from your clipboard and pastes it to the bookmarksfile. +Allows you to pick a string of text to paste from a bookmarks file using a dmenu prompt, default path is ~/.local/share/bookmarks/bookmarksfile, requires xclip. .SS Mouse commands .TP -.B Super\-Button1 +.B Super\-LMB Move focused window while dragging. Tiled windows will be toggled to the floating state. .TP -.B Super\-Button2 +.B Super\-MMB Toggles focused window between floating and tiled state. .TP -.B Super\-Button3 +.B Super\-RMB Resize focused window while dragging. Tiled windows will be toggled to the floating state. .SH CUSTOMIZATION dwm is customized by creating a custom config.h and (re)compiling the source |
