Skip to content

Latest commit

 

History

History
242 lines (168 loc) · 5.87 KB

File metadata and controls

242 lines (168 loc) · 5.87 KB

Bspwm / Keybind

Subject

Link

Keys

Mean

Key Description
Shift 'Shift'
Ctrl 'Control'
Win 'Mod4' (Super)
Alt 'Mod1' (Meta)

Using 'Alt' maybe collision occurs on bash emacs mode.

Please read:

  • $ man bash ## Search [^READLINE]
  • $ man 3 readline ## Search [Emacs Mode] or [Emacs Meta bindings]

Tips

Key Description
Win For Window (Client)
Alt For Workspace (Tag) (Desktop)
Shift For Window Move or Swap
Ctrl For Window Resize

System

Key Description
Alt + shift + x Quit bspwm
Alt + Shift + c Reload sxhkd config

Launch App

Terminal

Key Description
Alt + Enter Launch Terminal (sakura)
Alt + Shift + a Launch Terminal (xterm)
Alt + Shift + t Launch Terminal (urxvt)

Rofi

Key Description
Alt + Shift + r Launch Rofi (rofi -show run)
Alt + Shift + w Launch Rofi (rofi -show window -show-icons)
Alt + Shift + d Launch Rofi (rofi -show drun -show-icons)

Misc

Key Description
Alt + Shift + f Launch File Manager (pcmanfm-qt)
Alt + Shift + g Launch File Manager (nautilus)
Alt + Shift + b Launch Web Browser (firefox)
Alt + Shift + e Launch Text Editor (gedit)

demnu

Key Description
Alt + Shift + i Launch dmenu (dmenu_run)

Workspace

Key Description
Alt + [0-9] Switch to Specific Workspace
Win + [0-9] Move a Window to Specific Workspace
Key Description
Alt + a Switch to Previous Workspace
Alt + s Switch to Next Workspace
Alt + z Switch to Perior Workspace
Key Description
Alt + h Switch to Previous Workspace
Alt + l Switch to Next Workspace
Key Description
Alt + [ Switch to Previous Workspace
Alt + ] Switch to Next Workspace

Window

Key Description
Win + a Switch to Previous Window
Win + s Switch to Next Window
Win + z Switch to Perior Window
Key Description
Win + h Switch to Previous Window
Win + l Switch to Next Window
Key Description
Win + [ Switch to Previous Window
Win + ] Switch to Next Window
Key Description
Win + q Window Close

Window Move

On Floating

Key Description
Win + Shift + k Window Move To North (Up)
Win + Shift + j Window Move To South (Down)
Win + Shift + h Window Move To West (Left)
Win + Shift + l Window Move To East (Right)
Key Description
Win + Up Window Move To North (Up)
Win + Down Window Move To South (Down)
Win + Left Window Move To West (Left)
Win + Right Window Move To East (Right)

Window Resize

On Floating or Tiled

Key Description
Win + Ctrl + k Move the bottom edge up, shrinking the window height
Win + Ctrl + j Move the bottom edge down, growing the window height
Win + Ctrl + h Move the right edge left, shrinking the window width
Win + Ctrl + l Move the right edge right, growing the window width
Key Description
Win + Ctrl + i Move the top edge up, growing the window height
Win + Ctrl + u Move the top edge down, shrinking the window height
Win + Ctrl + y Move the left edge left, growing the window width
Win + Ctrl + o Move the left edge right, shrinking the window width
Key Description
Win + Ctrl + Up Move the bottom edge up, shrinking the window height
Win + Ctrl + Down Move the bottom edge down, growing the window height
Win + Ctrl + Left Move the right edge left, shrinking the window width
Win + Ctrl + Right Move the right edge right, growing the window width
Key Description
Win + Shift + Up Move the top edge up, growing the window height
Win + Shift + Down Move the top edge down, shrinking the window height
Win + Shift + Left Move the left edge left, growing the window width
Win + Shift + Right Move the left edge right, shrinking the window width

Layout

Key Description
Alt + grave Alternate between the tiled and monocle layout
Alt + Tab Alternate between the tiled and monocle layout

grave means `

Key Description
Alt + k Alternate between the tiled and monocle layout
Alt + j Alternate between the tiled and monocle layout
Key Description
Alt + ; Alternate between the tiled and monocle layout
Alt + ' Alternate between the tiled and monocle layout

Volume

Key Description
Alt + Shift + v Launch Volume Control (mate-volume-control)
Alt + m Volume Toggle Mute
Key Description
Alt + Shitf + , Volume Decrease
Alt + Shitf + . Volume Increase
Alt + Ctrl + , Volume Decrease Slowly
Alt + Ctrl + . Volume Increase Slowly

collision occurs on bash emacs mode

  • Alt + ,
  • Alt + .
Key Description
XF86AudioMute Volume Toggle Mute
XF86AudioLowerVolume Volume Decrease
XF86AudioRaiseVolume Volume Increase