$FILE used by sxhkd
This commit is contained in:
parent
95da389b43
commit
4a46d1996e
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
# The Simple X Hotkey Daemon is the program used by LARBS to map most of the
|
||||
# dwm-independent commands. This file is pretty readable, so I'll let you read
|
||||
# it.
|
||||
|
||||
# Basic binds
|
||||
super + Return
|
||||
$TERMINAL
|
||||
super + d
|
||||
dmenu_run
|
||||
super + r
|
||||
$TERMINAL -e lf
|
||||
$TERMINAL -e $FILE
|
||||
super + e
|
||||
$TERMINAL -e neomutt
|
||||
super + m
|
||||
|
|
Loading…
Reference in a new issue