Add shortcuts for notifications
This commit is contained in:
@@ -208,15 +208,6 @@ class = Dunst
|
|||||||
startup_notification = false
|
startup_notification = false
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Shortcuts
|
|
||||||
#+BEGIN_SRC conf
|
|
||||||
[shortcuts]
|
|
||||||
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
|
||||||
# "mod3" and "mod4" (windows-key).
|
|
||||||
close = mod1+space
|
|
||||||
history = mod1+BackSpace
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
* Urgency
|
* Urgency
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
|
|||||||
13
sxhkd.org
13
sxhkd.org
@@ -42,6 +42,15 @@ super + shift + d
|
|||||||
setxkbmap -layout us -option caps:escape
|
setxkbmap -layout us -option caps:escape
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Notifications:
|
||||||
|
#+begin_src conf
|
||||||
|
alt + space
|
||||||
|
dunstctl close
|
||||||
|
|
||||||
|
alt + BackSpace
|
||||||
|
dunstctl history-pop
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Multimedia keys
|
* Multimedia keys
|
||||||
** Sound
|
** Sound
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
@@ -157,7 +166,7 @@ super + shift + b
|
|||||||
|
|
||||||
# Calculator
|
# Calculator
|
||||||
super + shift + c
|
super + shift + c
|
||||||
rofi-calc
|
rofi -show calc -modi calc -no-show-match -no-sort
|
||||||
|
|
||||||
# Sound Manager
|
# Sound Manager
|
||||||
super + shift + s
|
super + shift + s
|
||||||
@@ -182,7 +191,7 @@ super + space ; o
|
|||||||
super + space ; m
|
super + space ; m
|
||||||
$TERMINAL -e neomutt -R
|
$TERMINAL -e neomutt -R
|
||||||
|
|
||||||
# Music with ncmpcpp
|
# Matrix Client
|
||||||
super + space ; w
|
super + space ; w
|
||||||
$TERMINAL -e tmux new-session -A -s gomuks gomuks
|
$TERMINAL -e tmux new-session -A -s gomuks gomuks
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user