summaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-16 13:06:13 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-16 13:06:13 -0700
commit2e74779e837d376e5524487ffa036579e50864b8 (patch)
treeae7375abea6ce1a5218c1a7002ad78dd93a28521 /.config/dunst/dunstrc
parentadecf122c7df49cf81b884e72c4011240ea5660d (diff)
Fix history keymap
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc150
1 files changed, 75 insertions, 75 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index a8bd200..3b32ec3 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,97 +1,97 @@
# vim: ft=cfg
[global]
- monitor = 0
- follow = mouse
- geometry = "300x5-30+20"
- indicate_hidden = yes
- shrink = yes
- transparency = 0
- notification_height = 0
- separator_height = 2
- padding = 8
- horizontal_padding = 8
- frame_width = 2
- frame_color = "#aaaaaa"
- separator_color = frame
- sort = yes
- idle_threshold = 120
-
- ## Text.
+ monitor = 0
+ follow = mouse
+ geometry = "300x5-30+20"
+ indicate_hidden = yes
+ shrink = yes
+ transparency = 0
+ notification_height = 0
+ separator_height = 2
+ padding = 8
+ horizontal_padding = 8
+ frame_width = 2
+ frame_color = "#aaaaaa"
+ separator_color = frame
+ sort = yes
+ idle_threshold = 120
+
+ ## Text
font = Monospace 10
- line_height = 0
- markup = full
- # %a appname
- # %s summary
- # %b body
- # %i iconname (including its path)
- # %I iconname (without its path)
- # %p progress value if set ([ 0%] to [100%]) or nothing
- # %n progress value if set without any extra characters
- # %% Literal %
- format = "<b>%s</b>\n%b"
- alignment = left
- show_age_threshold = 60
- word_wrap = yes
- ellipsize = middle
- ignore_newline = no
- stack_duplicates = true
- hide_duplicate_count = false
- show_indicators = yes
-
+ line_height = 0
+ markup = full
+ # %a appname
+ # %s summary
+ # %b body
+ # %i iconname (including its path)
+ # %I iconname (without its path)
+ # %p progress value if set ([ 0%] to [100%]) or nothing
+ # %n progress value if set without any extra characters
+ # %% Literal %
+ format = "<b>%s</b>\n%b"
+ alignment = left
+ show_age_threshold = 60
+ word_wrap = yes
+ ellipsize = middle
+ ignore_newline = no
+ stack_duplicates = true
+ hide_duplicate_count = false
+ show_indicators = yes
+
## Icons.
- icon_position = off
- max_icon_size = 32
- icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+ icon_position = off
+ max_icon_size = 32
+ icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
- ## History.
+ ## History.
sticky_history = yes
- history_length = 20
+ history_length = 20
## Misc advanced.
dmenu = /usr/bin/dmenu -p dunst:
- browser = /usr/bin/firefox -new-tab
- always_run_script = true
- title = Dunst
- class = Dunst
- startup_notification = false
- verbosity = mesg
- corner_radius = 0
-
- ### Legacy.
- force_xinerama = false
-
- ## Mouse.
- mouse_left_click = close_current
- mouse_middle_click = do_action
- mouse_right_click = close_all
+ browser = /usr/bin/firefox -new-tab
+ always_run_script = true
+ title = Dunst
+ class = Dunst
+ startup_notification = false
+ verbosity = mesg
+ corner_radius = 0
+
+ ### Legacy.
+ force_xinerama = false
+
+ ## Mouse.
+ mouse_left_click = close_current
+ mouse_middle_click = do_action
+ mouse_right_click = close_all
[experimental]
- per_monitor_dpi = false
+ per_monitor_dpi = false
[shortcuts]
- close = ctrl+space
- close_all = ctrl+shift+space
- # history = ctrl+grave
- context = ctrl+shift+period
+ close = ctrl+space
+ close_all = ctrl+shift+space
+ history = ctrl+comma
+ context = ctrl+period
[urgency_low]
- background = "#222222"
- foreground = "#888888"
- timeout = 10
- #icon = /path/to/icon
+ background = "#222222"
+ foreground = "#888888"
+ timeout = 10
+ #icon = /path/to/icon
[urgency_normal]
- background = "#285577"
- foreground = "#ffffff"
- timeout = 10
- #icon = /path/to/icon
+ background = "#285577"
+ foreground = "#ffffff"
+ timeout = 10
+ #icon = /path/to/icon
[urgency_critical]
- background = "#900000"
- foreground = "#ffffff"
- frame_color = "#ff0000"
- timeout = 0
- #icon = /path/to/icon
+ background = "#900000"
+ foreground = "#ffffff"
+ frame_color = "#ff0000"
+ timeout = 0
+ #icon = /path/to/icon
# Disable the transient hint so that idle_threshold cannot be bypassed from the
# client