Update bindings (quit => i3exit)
This commit is contained in:
parent
22512e3ed2
commit
a3408a4ef2
@ -40,9 +40,9 @@
|
||||
* Set shut down, restart and locking features
|
||||
#+begin_src conf
|
||||
XF86PowerOff
|
||||
quit
|
||||
i3exit
|
||||
super + 0
|
||||
quit
|
||||
i3exit
|
||||
#+end_src
|
||||
|
||||
* Start Applications
|
||||
@ -166,6 +166,10 @@ XF86Display
|
||||
super + space ; o
|
||||
pcmanfm;
|
||||
|
||||
# Download with Aria2c
|
||||
super + space ; d
|
||||
$TERMINAL -e "tmux new-session -A -s aria2p aria2p"
|
||||
|
||||
# Mails with neomutt
|
||||
super + space ; m
|
||||
$TERMINAL -e "tmux new-session -A -s neomutt neomutt"
|
||||
@ -208,6 +212,10 @@ XF86Display
|
||||
# Emacs Client
|
||||
super + space ; shift + e
|
||||
emacsclient -create-frame --alternate-editor=""
|
||||
|
||||
# Weather
|
||||
super + space ; shift + w
|
||||
weather;
|
||||
#+end_src
|
||||
|
||||
* Change Keyboard Layout
|
||||
|
Loading…
Reference in New Issue
Block a user