Update bindings (quit => i3exit)
This commit is contained in:
parent
22512e3ed2
commit
a3408a4ef2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user