summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdunst/.config/dunst/dunstrc16
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc5
2 files changed, 11 insertions, 10 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 2e0afd5..228eea9 100755
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -1,12 +1,14 @@
1[global] 1[global]
2 # Make the width 3740 (3840 - 100), have 50 left margin and 95 above 2 # Make the width 3740 (3840 - 100), have 50 left margin and 95 above
3 geometry = "350x5-10+25" 3 #geometry = "350x5-10+25"
4 width = 330
5 height = 60
6 offset = 10x35
4 monitor = 0 7 monitor = 0
5 follow = keyboard 8 follow = keyboard
6 indicate_hidden = yes 9 indicate_hidden = yes
7 shrink = yes 10 shrink = yes
8 transparency = 0 11 transparency = 0
9 notification_height = 0
10 # Show multiple notifications in the same box 12 # Show multiple notifications in the same box
11 separator_height = 2 13 separator_height = 2
12 separator_color = frame 14 separator_color = frame
@@ -27,7 +29,7 @@
27 idle_threshold = 120 29 idle_threshold = 120
28 30
29 # Font and typography settings 31 # Font and typography settings
30 icon_path = /home/x/.icons/Blue-Maia/status/:/home/x/.icons/Blue-Maia/status/devices/:/home/x/.icons/Blue-Maia/status/apps 32 # icon_path = /home/x/.icons/Blue-Maia/status/:/home/x/.icons/Blue-Maia/status/devices/:/home/x/.icons/Blue-Maia/status/apps
31 font = Input Mono 10 33 font = Input Mono 10
32 alignment = center 34 alignment = center
33 show_age_threshold = 60 35 show_age_threshold = 60
@@ -48,7 +50,7 @@
48 50
49 title = Dunst 51 title = Dunst
50 class = Dunst 52 class = Dunst
51 startup_notification = false 53 # startup_notification = false
52 force_xinerama = false 54 force_xinerama = false
53 word_wrap = yes 55 word_wrap = yes
54 56
@@ -59,12 +61,6 @@
59 # Allow some HTML tags like <i> and <u> in notifications 61 # Allow some HTML tags like <i> and <u> in notifications
60 markup = full 62 markup = full
61 63
62# These are the keybindings used to control dunst notifications
63[shortcuts]
64 close = ctrl+space
65 close_all = ctrl+shift+space
66 history = ctrl+grave
67
68# Set the background and foreground (text) color for all notifications 64# Set the background and foreground (text) color for all notifications
69[urgency_low] 65[urgency_low]
70 background = "#101010" 66 background = "#101010"
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index 9e34e54..edadea9 100755
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -47,6 +47,11 @@ XF86MonBrightnessDown
47XF86MonBrightnessUp 47XF86MonBrightnessUp
48 sudo ~/.bin/light u 48 sudo ~/.bin/light u
49 49
50# dunst
51ctrl + space
52 dunstctl close
53ctrl + alt + space
54 dunstctl close-all
50 55
51# bspwm hotkeys 56# bspwm hotkeys
52# quit/restart bspwm 57# quit/restart bspwm