speedwm-personal/docs/keybinds

186 lines
10 KiB
Plaintext
Raw Normal View History

-- Applications --
Keybinds for regular applications
- Super+Shift+Enter | Opens a terminal
- Super+Shift+Colon | Opens a dmenu prompt
- Super+Shift+s | Opens 'maim' to take a screenshot and copies it to the clipboard using 'xclip'
- Super+Shift+f | Opens the defined file manager
- Super+Shift+w | Opens the defined web browser
- Super+Shift+o | Opens the bundled dfmpeg dmenu script to record your screen.
- Super+Shift+t | Opens the defined editor in your terminal
- Super+Shift+m | Kills the defined music player
- Super+Shift+a | Opens the defined mixer in your terminal
- Super+Shift+m | Opens the defined music player
- Super+Shift+x | Opens the defined system process viewer in your terminal
- Super+Shift+c | Opens the defined chat client
- Super+Shift+i | Open a dmenu prompt and open the file the user picks in Zathura
- Super+Shift+p | Open a dmenu prompt and open the file the user picks in Vim
- Super+Shift+d | Opens iron in the terminal if it is installed.
2022-10-04 15:21:25 +02:00
- Super+Shift+u | Opens the defined RSS reader
- Super+Shift+r | Opens the defined email client
-- Navigation --
These keybinds are for navigating speedwm
- Super+f | Full-screen the selected window
- Super+b | Show/hide the speedwm bar
- Super+s | Show/hide the systray
- Super+j/k | Move focus between visible windows
2022-10-03 14:00:46 +02:00
- Super+m | Moves focus to the Master window (or back if Master is already focused)
- Super+a/d | Increase/decrease size of each window
2022-10-22 21:09:56 +02:00
- Super+w/e | Resize the window keeping the aspect ratio of it.
- Super+o | Hide a window
- Super+Minus | Show the scratchpad
- Super+Equal | Remove the scratchpad
- Super+Enter | Switch order of windows
2022-10-02 22:59:51 +02:00
- Super+Colon | Open a list of desktop entries in dmenu
2022-10-22 21:09:56 +02:00
- Super+Tab | Switch between windows on the same tag. (Like Windows Alt+Tab)
- Super+0 | Reset mfact
- Super+r | Reset number of masters
2022-10-22 16:52:17 +02:00
- Super+y | Make the current selected window sticky
- Super+1 | Move to tag 1
- Super+2 | Move to tag 2
- Super+3 | Move to tag 3
- Super+4 | Move to tag 4
- Super+5 | Move to tag 5
- Super+6 | Move to tag 6
- Super+7 | Move to tag 7
- Super+8 | Move to tag 8
- Super+9 | Move to tag 9
- Super+Shift+1 | Preview tag 1
- Super+Shift+2 | Preview tag 2
- Super+Shift+3 | Preview tag 3
- Super+Shift+4 | Preview tag 4
- Super+Shift+5 | Preview tag 5
- Super+Shift+6 | Preview tag 6
- Super+Shift+7 | Preview tag 7
- Super+Shift+8 | Preview tag 8
- Super+Shift+9 | Preview tag 9
2022-10-22 21:09:56 +02:00
- Super+Shift+q | Close the current window
- Super+Shift+h/j/k/l | Rotates a stack.
2022-10-22 21:09:56 +02:00
- Super+Shift+Arrow | Resizes a window in floating mode
- Super+Shift+Escape | Ask the user if they want to shutdown or reboot or nothing
2022-10-22 21:09:56 +02:00
- Super+Shift+Tab | Switch between windows and tags in detail.
- Super+Shift+Equal | Toggle scratchpads
- Super+Shift+Minus | Hide the scratchpad
- Super+Shift+Space | Toggle floating windows
- Super+Control+1 | Combine the current tag with tag 1
- Super+Control+2 | Combine the current tag with tag 2
- Super+Control+3 | Combine the current tag with tag 3
- Super+Control+4 | Combine the current tag with tag 4
- Super+Control+5 | Combine the current tag with tag 5
- Super+Control+6 | Combine the current tag with tag 6
- Super+Control+7 | Combine the current tag with tag 7
- Super+Control+8 | Combine the current tag with tag 8
- Super+Control+9 | Combine the current tag with tag 9
- Super+Control+q | Mutes your audio
- Super+Control+w | Increases your volume
- Super+Control+e | Decreases your volume
2022-10-14 15:56:42 +02:00
- Super+Control+0 | Tag all tags at once.
2022-10-22 21:09:56 +02:00
- Super+Control+z/x | Increase/decrease gaps between windows by 5
- Super+Control+j/k | Move focus between hidden windows (Can then 'Show')
- Super+Control+Arrow | Moves a window to any corner of your screen (Arrow key)
- Super+Control+Tab | Open a dmenu prompt asking the user what layout to switch to
- Super+Control+h | Open a list of all keybinds in your terminal using less
2022-10-22 21:09:56 +02:00
- Super+Control+o | Show a hidden focused window
- Super+Control+a/d | Move to the next/previous tag
- Super+Control+Shift+o | Show all hidden windows
- Super+Control+Shift+p | Hide all windows
- Super+Control+Shift+Colon | Open a list of extra software in dmenu
- Super+Control+Shift+z/c | Move to the next/previous tag skipping any without windows open
- Super+Control+Shift+a/d | Move between available layouts
- Super+Control+Shift+1 | Move the focused window to tag 1
- Super+Control+Shift+2 | Move the focused window to tag 2
- Super+Control+Shift+3 | Move the focused window to tag 3
- Super+Control+Shift+4 | Move the focused window to tag 4
- Super+Control+Shift+5 | Move the focused window to tag 5
- Super+Control+Shift+6 | Move the focused window to tag 6
- Super+Control+Shift+7 | Move the focused window to tag 7
- Super+Control+Shift+8 | Move the focused window to tag 8
- Super+Control+Shift+9 | Move the focused window to tag 9
- Super+Control+Shift+Esc | Open speedwm-utils
- Super+Control+Shift+Arrow | Resize the window to the screen size.
- Super+Control+Shift+s | Set a wallpaper
- Super+Control+Shift+n | Connect to WLAN (Using iwd)
- Super+Control+Shift+b | Connect to a Bluetooth device (Using bluez)
- Super+Control+Shift+f | Open up a list of speedwm config files in dmenu that you can edit.
- Super+Control+Shift+q | Pauses your music
- Super+Control+Shift+w | Decreases your music volume
- Super+Control+Shift+e | Increase your music volume
2022-09-19 22:32:08 +02:00
- Super+Control+Shift+r | Restart speedwm
- Super+Control+Shift+j/k | Change window size vertically (cfact)
2022-10-22 21:09:56 +02:00
- Super+Control+Shift+Equal | Increase bar height by 1
- Super+Control+Shift+Minus | Decrease bar height by 1
-- Chained keybinds --
2022-10-02 22:59:51 +02:00
2022-10-22 16:52:17 +02:00
- Super+t & r | Reorganize tags and move windows
- Super+t & t | Toggle tag area in the bar
- Super+t & y | Toggle empty tag area in the bar
- Super+t & w | Toggle title area in the bar
- Super+t & u | Toggle unselected title area in the bar
- Super+t & p | Toggle powerline tags in the bar
- Super+t & s | Toggle status area in the bar
- Super+t & l | Toggle layout area in the bar
- Super+t & o | Toggle inactive fade
- Super+t & b | Show all bar modules
- Super+c & w | Get the weather (Using wttr.in)
2022-09-16 23:51:06 +02:00
- Super+c & n | Switch to the next track
- Super+c & p | Switch to the previous track
- Super+g & t | Toggle gaps
- Super+g & 0 | Reset gaps
- Super+g & i | Increase inner gaps by 1
- Super+g & o | Increase outer gaps by 1
- Super+g & j/k | Increase/decrease gaps between windows by 1
- Super+Shift+g & i | Decrease inner gaps by 1
- Super+Shift+g & o | Decrease outer gaps by 1
2022-09-19 22:36:52 +02:00
- Super+r & s | Run screenkey if it is installed
- Super+r & d | Kill screenkey
- Super+Shift+e & a | Open the virtual keyboard
- Super+Shift+e & e | Open a list of all emojis and copy the selection
- Super+Shift+k & o | Kill every window except the focused
2022-10-03 14:00:46 +02:00
- Super+t & s | Make the current selected window sticky
2022-10-13 20:16:06 +02:00
- Super+w & r | Randomize wallpaper
- Super+w & p | Set wallpaper to the previous
-- Extras --
These will only work if your keyboard has special multimedia buttons.
- Mute button | Mutes your audio
- Up Volume button | Increases your volume
2022-09-16 23:51:06 +02:00
- Next/Previous song button | Switch to the next/previous track
- Down Volume button | Decreases your volume
2022-09-13 20:20:47 +02:00
- Pause button | Pauses the current track
- Stop button | Stops your defined music player
- Browser button | Opens your defined web browser
- Power button | Ask if you wanna shut down, restart or lock your computer.
- Email button | Open your defined email client
- System button | Open your defined status viewer in a terminal
2022-09-13 20:37:11 +02:00
- Music button | Open your defined music player
- WLAN button | Disconnect from WLAN
-- Mouse --
These binds can be activated using your mouse
- Tag <num> (Left click) | Switch to tag <num>
- Tag (Scrolling up/down) | Switch to the next/previous tag
- Layout indicator (Left click) | Switch to the next layout
- Layout indicator (Middle click) | Switch to the next layout
- Layout indicator (Right click) | Open a dmenu list of all layouts
- Window title (Left click) | Hide/Show the window
- Window title (Right click) | Open speedwm-utils
- Focused window (Super+Alt+Left click) | Move the focused window around
- Focused window (Super+Alt+Middle click) | Make the focused window floating
- Focused window title (Middle click) | Rotate stack
2022-10-11 14:01:22 +02:00
- Dragging (Super+Right click) | Increase/decrease size of each window (mfact)
2022-08-28 02:38:33 +02:00
- Dragging (SuperControl+Right click) | Increase/decrease cfact
2022-10-02 22:59:51 +02:00
- Root window (Right click) | List .desktop entries and open them
There are also keybinds for statuscmd, but you must implement it into your own status bar.
See mouse.h for more information.