From ec25d5fda43c218ff91623a53488bb6df00c0903 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Tue, 8 Oct 2024 13:45:16 +0000 Subject: Add files via upload --- dwm.1 | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) (limited to 'dwm.1') diff --git a/dwm.1 b/dwm.1 index bf0d3c3..acf1ac8 100644 --- a/dwm.1 +++ b/dwm.1 @@ -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 -- cgit v1.2.3