aboutsummaryrefslogtreecommitdiff
path: root/Common/i3/config/dunst/dunstrc
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-01-23 11:13:18 +0100
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-01-23 11:13:18 +0100
commit72efe134f645a5212f875c153dd8db4a64cbe968 (patch)
treed23229285071bf381515657b94919852ebf426c9 /Common/i3/config/dunst/dunstrc
parente33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff)
downloaddotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz
dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip
changes
Diffstat (limited to 'Common/i3/config/dunst/dunstrc')
-rwxr-xr-xCommon/i3/config/dunst/dunstrc52
1 files changed, 0 insertions, 52 deletions
diff --git a/Common/i3/config/dunst/dunstrc b/Common/i3/config/dunst/dunstrc
deleted file mode 100755
index 5df67b7..0000000
--- a/Common/i3/config/dunst/dunstrc
+++ /dev/null
@@ -1,52 +0,0 @@
-[global]
-monitor = 0
-follow = mouse
-geometry = "250x50-24+24"
-indicate_hidden = yes
-shrink = no
-separator_height = 0
-padding = 16
-horizontal_padding = 24
-frame_width = 2
-sort = no
-idle_threshold = 120
-font = Noto Sans 8
-line_height = 4
-markup = full
-format = "<b>%s</b>\n%b"
-alignment = left
-show_age_threshold = 60
-word_wrap = yes
-ignore_newline = no
-stack_duplicates = false
-hide_duplicate_count = yes
-show_indicators = no
-icon_position = off
-sticky_history = yes
-history_length = 20
-browser = /usr/bin/firefox -new-tab
-always_run_script = true
-title = Dunst
-class = Dunst
-
-[shortcuts]
-close = ctrl+space
-close_all = ctrl+shift+space
-history = ctrl+grave
-context = ctrl+shift+period
-
-[urgency_low]
-background = "#2f343f"
-foreground = "#d8dee8"
-timeout = 2
-
-[urgency_normal]
-background = "#2f343f"
-foreground = "#d8dee8"
-timeout = 4
-
-[urgency_critical]
-background = "#2f343f"
-foreground = "#d8dee8"
-frame_color = "#bf616a"
-timeout = 0