Update bindings (quit => i3exit)

This commit is contained in:
Thomas Dehaeze 2020-05-26 08:35:45 +02:00
parent 22512e3ed2
commit a3408a4ef2

View File

@ -40,9 +40,9 @@
* Set shut down, restart and locking features * Set shut down, restart and locking features
#+begin_src conf #+begin_src conf
XF86PowerOff XF86PowerOff
quit i3exit
super + 0 super + 0
quit i3exit
#+end_src #+end_src
* Start Applications * Start Applications
@ -166,6 +166,10 @@ XF86Display
super + space ; o super + space ; o
pcmanfm; pcmanfm;
# Download with Aria2c
super + space ; d
$TERMINAL -e "tmux new-session -A -s aria2p aria2p"
# Mails with neomutt # Mails with neomutt
super + space ; m super + space ; m
$TERMINAL -e "tmux new-session -A -s neomutt neomutt" $TERMINAL -e "tmux new-session -A -s neomutt neomutt"
@ -208,6 +212,10 @@ XF86Display
# Emacs Client # Emacs Client
super + space ; shift + e super + space ; shift + e
emacsclient -create-frame --alternate-editor="" emacsclient -create-frame --alternate-editor=""
# Weather
super + space ; shift + w
weather;
#+end_src #+end_src
* Change Keyboard Layout * Change Keyboard Layout