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