style(sxhkd): format
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
58b0e0f0d6
commit
36d87c181a
1 changed files with 8 additions and 8 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
super + Return
|
super + Return
|
||||||
kitty
|
kitty
|
||||||
|
|
||||||
# emacs
|
# emacs
|
||||||
super + control + Return
|
super + control + Return
|
||||||
emacsclient --create-frame
|
emacsclient --create-frame
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + space
|
super + space
|
||||||
|
@ -16,27 +16,27 @@ super + space
|
||||||
|
|
||||||
# all programs launcher
|
# all programs launcher
|
||||||
super + shift + space
|
super + shift + space
|
||||||
rofi -show run
|
rofi -show run
|
||||||
|
|
||||||
# window jumper
|
# window jumper
|
||||||
super + shift + Tab
|
super + shift + Tab
|
||||||
rofi -show window
|
rofi -show window
|
||||||
|
|
||||||
# passwords
|
# passwords
|
||||||
super + p
|
super + p
|
||||||
rofi-pass
|
rofi-pass
|
||||||
|
|
||||||
# bluetooth
|
# bluetooth
|
||||||
super + b
|
super + b
|
||||||
rofi-bluetooth
|
rofi-bluetooth
|
||||||
|
|
||||||
# vpn
|
# vpn
|
||||||
super + v
|
super + v
|
||||||
rofi-vpn
|
rofi-vpn
|
||||||
|
|
||||||
# power
|
# power
|
||||||
super + BackSpace
|
super + BackSpace
|
||||||
powermenu
|
powermenu
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue