Move keybindings to sxhkdrc
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
36842cf957
commit
31309eed6a
4 changed files with 77 additions and 44 deletions
72
system/.config/sxhkd/sxhkdrc
Normal file
72
system/.config/sxhkd/sxhkdrc
Normal file
|
@ -0,0 +1,72 @@
|
|||
###############################################################################
|
||||
# Menus #
|
||||
###############################################################################
|
||||
# Open run menu
|
||||
super + r
|
||||
rofi -show run -lines 5 -display-run Run
|
||||
|
||||
# Open power menu
|
||||
super + F4
|
||||
power
|
||||
|
||||
# Open screenshot menu
|
||||
Print
|
||||
screenshot
|
||||
|
||||
# Open game menu
|
||||
super + g
|
||||
games
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Applications #
|
||||
###############################################################################
|
||||
# Open terminal emulator
|
||||
super + Return
|
||||
alacritty
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Volume #
|
||||
###############################################################################
|
||||
# Mute
|
||||
{XF86AudioMute, super + m}
|
||||
pamixer -t
|
||||
|
||||
# Increase volume
|
||||
{XF86AudioRaiseVolume, super + KP_Add}
|
||||
increase-volume
|
||||
|
||||
# Decrease volume
|
||||
{XF86AudioLowerVolume, super + KP_Subtract}
|
||||
pamixer -d 5 --allow-boost
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Media #
|
||||
###############################################################################
|
||||
XF86AudioStop
|
||||
cmus-remote -s
|
||||
|
||||
{XF86AudioPlay, super + KP_Enter}
|
||||
cmus-remote -u
|
||||
|
||||
{XF86AudioNext, super + control + Right}
|
||||
cmus-remote -n
|
||||
|
||||
{XF86AudioPrev, super + control + Left}
|
||||
cmus-remote -r
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Brightness #
|
||||
###############################################################################
|
||||
{XF86MonBrightnessUp, XF86MonBrightnessDown}
|
||||
light -{A,U} 5
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Screenlock #
|
||||
###############################################################################
|
||||
XF86Sleep
|
||||
screenlock
|
Loading…
Add table
Add a link
Reference in a new issue