diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 |
| commit | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (patch) | |
| tree | aa1a9fbe816b5217f6827ae2a41481f762c6c7f4 /.config/dunst | |
| parent | cc5a352e65e533cc84358a546c9ee6f1d5a47908 (diff) | |
refactor dotfiles, and use nix
Diffstat (limited to '')
| -rw-r--r-- | config/dunst/dunstrc (renamed from .config/dunst/dunstrc) | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.config/dunst/dunstrc b/config/dunst/dunstrc index 52973b6..902ba1c 100644 --- a/.config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -1,11 +1,9 @@ [global] - monitor = 0 + monitor = 1 follow = none - geometry = "300x5-30+20" indicate_hidden = yes shrink = no transparency = 0 - notification_height = 0 separator_height = 2 padding = 8 horizontal_padding = 8 @@ -38,8 +36,6 @@ always_run_script = true title = Dunst class = Dunst - startup_notification = false - verbosity = mesg corner_radius = 0 ignore_dbusclose = false force_xinerama = false @@ -49,12 +45,6 @@ [experimental] per_monitor_dpi = false -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - context = ctrl+shift+period - [urgency_low] background = "#131417" foreground = "#ffffff" |
