aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-10 02:40:58 -0500
committertdro <tdro@users.noreply.github.com>2020-01-10 02:40:58 -0500
commit901b190e3267f408d05d4d50bc7a56d72c925a2c (patch)
tree840d739472879ceeae6dc3cce28f9b9979a84771 /.config/dunst
parent9106f6b2a0659780d51d6a81b0291a7e34da34e8 (diff)
downloaddotfiles-901b190e3267f408d05d4d50bc7a56d72c925a2c.tar.gz
dotfiles-901b190e3267f408d05d4d50bc7a56d72c925a2c.tar.bz2
dotfiles-901b190e3267f408d05d4d50bc7a56d72c925a2c.zip
.config: Remove unused configs
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc66
1 files changed, 0 insertions, 66 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
deleted file mode 100644
index 040b78d..0000000
--- a/.config/dunst/dunstrc
+++ /dev/null
@@ -1,66 +0,0 @@
-[global]
- font = Ubuntu 8
- markup = full
- format = "<b>%s</b>\n%b"
-
- max_icon_size = 32
- icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
-
- frame_width = 3
- frame_color = "#000000"
-
- sort = yes
- indicate_hidden = yes
- alignment = left
-
- bounce_freq = 0
- show_age_threshold = 60
- word_wrap = yes
- ignore_newline = no
-
- geometry = "250x5-5+25"
- shrink = yes
- transparency = 0
-
- idle_threshold = 120
- monitor = 0
- follow = mouse
- sticky_history = yes
-
- history_length = 20
- show_indicators = yes
-
- line_height = 0
- separator_height = 2
- padding = 8
- horizontal_padding = 8
-
- separator_color = frame
- startup_notification = false
-
- dmenu = /usr/bin/dmenu -p dunst:
- browser = /usr/bin/firefox -new-tab
- icon_position = off
-
-[shortcuts]
- close = ctrl+space
- close_all = ctrl+shift+space
- history = ctrl+grave
- context = ctrl+shift+period
-
-[urgency_low]
- background = "#000000"
- foreground = "#ffffff"
- timeout = 3
-
-[urgency_normal]
- background = "#000000"
- foreground = "#ffffff"
- timeout = 5
-
-[urgency_critical]
- background = "#FF0000"
- foreground = "#000000"
- timeout = 0
-
-# vim: ft=cfg