diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-08-02 00:35:52 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-08-02 00:35:52 +0200 |
commit | 1c601e9ff05279783740e2b69a290b1a6f1aa3c8 (patch) | |
tree | 2591c6925cf50bf0c1f7d7f1cb03317adc1aa282 /stow | |
parent | f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6 (diff) | |
download | configs-1c601e9ff05279783740e2b69a290b1a6f1aa3c8.tar.gz configs-1c601e9ff05279783740e2b69a290b1a6f1aa3c8.zip |
Updated dunstrc and added hotkey for popping notifications.
Diffstat (limited to 'stow')
-rw-r--r-- | stow/dunst/.config/dunst/dunstrc | 19 | ||||
-rw-r--r-- | stow/sxhkd/.config/sxhkd/sxhkdrc | 9 |
2 files changed, 14 insertions, 14 deletions
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 |