diff options
-rwxr-xr-x | dunst/.config/dunst/dunstrc | 24 | ||||
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 2 |
2 files changed, 14 insertions, 12 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 89c077a..2e0afd5 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
@@ -41,7 +41,7 @@ | |||
41 | sticky_history = yes | 41 | sticky_history = yes |
42 | history_length = 20 | 42 | history_length = 20 |
43 | dmenu = /usr/bin/dmenu -p dunst: | 43 | dmenu = /usr/bin/dmenu -p dunst: |
44 | browser = /usr/bin/firefox -new-tab | 44 | browser = /usr/bin/brave -new-tab |
45 | 45 | ||
46 | # Always run rule-defined scripts, even if the notification is suppressed | 46 | # Always run rule-defined scripts, even if the notification is suppressed |
47 | always_run_script = true | 47 | always_run_script = true |
@@ -67,20 +67,20 @@ | |||
67 | 67 | ||
68 | # Set the background and foreground (text) color for all notifications | 68 | # Set the background and foreground (text) color for all notifications |
69 | [urgency_low] | 69 | [urgency_low] |
70 | background = "#101010" | 70 | background = "#101010" |
71 | foreground = "#eeffff" | 71 | foreground = "#eeffff" |
72 | timeout = 5 | 72 | timeout = 5 |
73 | 73 | ||
74 | [urgency_normal] | 74 | [urgency_normal] |
75 | background = "#101010" | 75 | background = "#101010" |
76 | foreground = "#eeffff" | 76 | foreground = "#eeffff" |
77 | timeout = 5 | 77 | timeout = 5 |
78 | 78 | ||
79 | [urgency_critical] | 79 | [urgency_critical] |
80 | background = "#101010" | 80 | background = "#101010" |
81 | foreground = "#eeffff" | 81 | foreground = "#eeffff" |
82 | timeout = 0 | 82 | timeout = 0 |
83 | 83 | ||
84 | [play_sound] | 84 | [play_sound] |
85 | summary = "*" | 85 | summary = "*" |
86 | script = ~/.bin/notify.sh | 86 | script = ~/.bin/notify.sh |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index b79e5ba..21a7296 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -1,5 +1,7 @@ | |||
1 | super + Return | 1 | super + Return |
2 | urxvtc | 2 | urxvtc |
3 | super + r | ||
4 | urxvtc | ||
3 | super + shift + Return | 5 | super + shift + Return |
4 | bspc rule -a \* -o state=floating && urxvtc | 6 | bspc rule -a \* -o state=floating && urxvtc |
5 | super + @space | 7 | super + @space |