From dad01a3bc0b805c05eb68d65e60f976a5c5310cb Mon Sep 17 00:00:00 2001 From: vib Date: Tue, 14 Dec 2021 14:41:57 +0200 Subject: [PATCH] dunst update --- dunst/dunstrc | 24 +----------------------- sxhkd/sxhkdrc | 12 +++++++++++- 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index ca6cf55..59ce546 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -11,7 +11,7 @@ browser = librewolf -new-tab corner_radius = 2 dmenu = dmenu -p dunst: - font = Hack Nerd Font + font = hack format = "%s\n%b" frame_color = "#1a1c25" frame_width = 1 @@ -56,25 +56,3 @@ background = "#cc6666" foreground = "#1E2029" 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 diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 08e6c49..6b667ea 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -102,4 +102,14 @@ XF86AudioStop playerctl stop # Power options script 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