From 1c601e9ff05279783740e2b69a290b1a6f1aa3c8 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 2 Aug 2023 00:35:52 +0200 Subject: Updated dunstrc and added hotkey for popping notifications. --- stow/dunst/.config/dunst/dunstrc | 19 ++++++++++--------- stow/sxhkd/.config/sxhkd/sxhkdrc | 9 ++++----- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'stow') diff --git a/stow/dunst/.config/dunst/dunstrc b/stow/dunst/.config/dunst/dunstrc index 80004aa..1d0403e 100644 --- a/stow/dunst/.config/dunst/dunstrc +++ b/stow/dunst/.config/dunst/dunstrc @@ -1,11 +1,11 @@ [global] monitor = 0 follow = keyboard - geometry = "500x5-25+20" + #geometry = "500x5-25+20" indicate_hidden = yes shrink = yes transparency = 0 - notification_height = 0 + #notification_height = 0 separator_height = 2 padding = 8 horizontal_padding = 8 @@ -45,20 +45,21 @@ always_run_script = true title = Dunst class = Dunst - startup_notification = false + #startup_notification = false - ### Legacy - force_xinerama = false - -[experimental] - per_monitor_dpi = false + ### Shortcuts ### -[shortcuts] close = ctrl+space close_all = ctrl+shift+space #history = ctrl+grave context = ctrl+shift+period + ### Legacy + force_xinerama = false + +[experimental] + per_monitor_dpi = false + [urgency_low] background = "#222222" foreground = "#888888" diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrc b/stow/sxhkd/.config/sxhkd/sxhkdrc index fec1f9b..cb0606f 100644 --- a/stow/sxhkd/.config/sxhkd/sxhkdrc +++ b/stow/sxhkd/.config/sxhkd/sxhkdrc @@ -6,11 +6,6 @@ # # Config file for the Simple X HotKey Daemon -#super + Return -# urxvt -title "floating" -e tmux -super + control + Return - urxvt -title "floating" -e tmux - super + shift + Return urxvt -e tmux @@ -28,6 +23,10 @@ super + ctrl + x super + ctrl + s systemControl.sh +# pop dunst notification +alt + space + dunstctl history-pop + # lock super + ctrl + shift + l i3lock.sh -- cgit v1.2.1