aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-07 03:20:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-07 03:34:22 +1200
commit21262c77ce55b6253b9f64e340ff6d1e3c5c875d (patch)
tree4263366a3b0a1c80cdb67065d363cd08b3545815
parentOverhaul screenshot behavior (diff)
downloaddotfiles-21262c77ce55b6253b9f64e340ff6d1e3c5c875d.tar.gz
dotfiles-21262c77ce55b6253b9f64e340ff6d1e3c5c875d.zip
Throw away dunst config for now
The defaults work pretty well in i3; I might tweak them a bit later, but I won't start with this.
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--dunst/dunstrc46
3 files changed, 0 insertions, 50 deletions
diff --git a/Makefile b/Makefile
index 376a7954..3ebee365 100644
--- a/Makefile
+++ b/Makefile
@@ -422,8 +422,6 @@ install-dillo: dillo/dillorc install-x
cp -p -- dillo/dillorc $(HOME)/.dillo/dillorc
install-dunst: install-x
- mkdir -p -- $(XDG_CONFIG_HOME)/dunst
- cp -p -- dunst/dunstrc $(XDG_CONFIG_HOME)/dunst
cp -p -- dunst/xsession.d/* $(HOME)/.xsession.d
install-emacs: emacs/bin/emacsm install-sh
diff --git a/README.md b/README.md
index d5827c47..a9bb6825 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,6 @@ Configuration is included for:
- [cURL](https://curl.haxx.se/)---Command-line tool for transferring data with
URL syntax
- [Dillo](https://www.dillo.org/)---A lightweight web browser
-- [Dunst](https://dunst-project.org/)---A lightweight X11 notification daemon
- that works with `libnotify`
- `finger(1)`---User information lookup program
- [Git](https://git-scm.com/)---Distributed version control system
- [GNU Emacs](https://www.gnu.org/software/emacs/)---Extensible text editor
diff --git a/dunst/dunstrc b/dunst/dunstrc
deleted file mode 100644
index e3e3e43f..00000000
--- a/dunst/dunstrc
+++ /dev/null
@@ -1,46 +0,0 @@
-[global]
-galignment = left
-gallow_markup = no
-gbounce_freq = 0
-gdmenu = dmenu -p dunst:
-gfollow = mouse
-gformat = "%s %b"
-ggeometry = "350x5-0-17"
-ghistory_length = 20
-ghorizontal_padding = 8
-gicon_position = off
-gidle_threshold = 0
-gignore_newline = no
-gindicate_hidden = no
-gline_height = 0
-gmonitor = 0
-gpadding = 8
-gseparator_color = frame
-gseparator_height = 0
-gshow_age_threshold = -1
-gshow_indicators = no
-gshrink = no
-gsort = yes
-gstartup_notification = false
-gsticky_history = yes
-gtransparency = 0
-gword_wrap = yes
-
-[frame]
-gwidth = 1
-gcolor = "#333333"
-
-[urgency_low]
-gbackground = "#222222"
-gforeground = "#bbbbbb"
-gtimeout = 10
-
-[urgency_normal]
-gbackground = "#285577"
-gforeground = "#ffffff"
-gtimeout = 10
-
-[urgency_critical]
-gbackground = "#900000"
-gforeground = "#ffffff"
-gtimeout = 0