dunst update
This commit is contained in:
parent
e540a411a8
commit
dad01a3bc0
2 changed files with 12 additions and 24 deletions
|
@ -11,7 +11,7 @@
|
||||||
browser = librewolf -new-tab
|
browser = librewolf -new-tab
|
||||||
corner_radius = 2
|
corner_radius = 2
|
||||||
dmenu = dmenu -p dunst:
|
dmenu = dmenu -p dunst:
|
||||||
font = Hack Nerd Font
|
font = hack
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
frame_color = "#1a1c25"
|
frame_color = "#1a1c25"
|
||||||
frame_width = 1
|
frame_width = 1
|
||||||
|
@ -56,25 +56,3 @@
|
||||||
background = "#cc6666"
|
background = "#cc6666"
|
||||||
foreground = "#1E2029"
|
foreground = "#1E2029"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|
||||||
[shortcuts]
|
|
||||||
|
|
||||||
# Shortcuts are specified as [modifier+][modifier+]...key
|
|
||||||
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
|
||||||
# "mod3" and "mod4" (windows-key).
|
|
||||||
# Xev might be helpful to find names for keys.
|
|
||||||
|
|
||||||
# Close notification.
|
|
||||||
close = ctrl+space
|
|
||||||
|
|
||||||
# Close all notifications.
|
|
||||||
close_all = ctrl+shift+space
|
|
||||||
|
|
||||||
# Redisplay last message(s).
|
|
||||||
# On the US keyboard layout "grave" is normally above TAB and left
|
|
||||||
# of "1". Make sure this key actually exists on your keyboard layout,
|
|
||||||
# e.g. check output of 'xmodmap -pke'
|
|
||||||
history = ctrl+grave
|
|
||||||
|
|
||||||
# Context menu.
|
|
||||||
context = ctrl+shift+period
|
|
||||||
|
|
|
@ -102,4 +102,14 @@ XF86AudioStop
|
||||||
playerctl stop
|
playerctl stop
|
||||||
# Power options script
|
# Power options script
|
||||||
super + Escape
|
super + Escape
|
||||||
~/.config/bspwm/power.sh
|
rofi -show powermenu -modi powermenu:~/.config/rofi/rofi-power-menu
|
||||||
|
|
||||||
|
# Dunst
|
||||||
|
ctrl + grave
|
||||||
|
dunstctl history-pop
|
||||||
|
ctrl + space
|
||||||
|
dunstctl close
|
||||||
|
ctrl + shift + space
|
||||||
|
dunstctl close-all
|
||||||
|
ctrl + shift + period
|
||||||
|
dunstclt context
|
||||||
|
|
Loading…
Reference in a new issue