From 7b65974a4a739406ef9d32b658abd26c81bea44f Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 20 Aug 2024 23:17:13 +0200 Subject: add dunst and configure it --- dunst/dunst/dunstrc | 5 +++++ i3/i3/config | 8 ++++++++ install.sh | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 dunst/dunst/dunstrc mode change 100644 => 100755 install.sh diff --git a/dunst/dunst/dunstrc b/dunst/dunst/dunstrc new file mode 100644 index 0000000..a205f05 --- /dev/null +++ b/dunst/dunst/dunstrc @@ -0,0 +1,5 @@ +# vim: ft=cfg +[global] + +dmenu = dmenu -p dunst +browser = xdg-open diff --git a/i3/i3/config b/i3/i3/config index ccdd45d..e68b965 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -209,5 +209,13 @@ bindsym $mod+t exec xinput disable 'MSFT0001:01 06CB:CD64 Touchpad' bindsym $mod+n move workspace to output right bindsym $mod+p move workspace to output right +# dunst +# 47 is ;(en) ñ(en) +bindcode $mod+47 exec dunstctl close +bindcode $mod+Shift+47 exec dunstctl close-all +bindsym $mod+period exec dunstctl history-pop +bindsym $mod+comma exec dunstctl context + + # Start user-level service cotrol with shepherd exec --no-startup-id shepherd diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 3108e3d..99f8716 --- a/install.sh +++ b/install.sh @@ -24,6 +24,8 @@ stow -Rt $XDG_CONFIG_HOME i3 stow -Rt $XDG_CONFIG_HOME i3status # Plasma session environment variables #stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env +# dunst +stow -Rt $XDG_CONFIG_HOME dunst # Shepherd user services stow -Rt $XDG_CONFIG_HOME shepherd -- cgit v1.2.3