diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-04 09:43:03 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-04 09:43:03 +0530 |
| commit | b8c1f0f4ebc5deb25fdc9849624261b896c3323e (patch) | |
| tree | 2b81b45134f4051689a6e85103140f85440d7d30 /.config/wal | |
| parent | 3718ac5eb3aae770e0b50e44b514c276376f1bcf (diff) | |
hyprland: use kanshi for auto-management of monitors
Diffstat (limited to '.config/wal')
| -rw-r--r-- | .config/wal/templates/dunstrc | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/.config/wal/templates/dunstrc b/.config/wal/templates/dunstrc deleted file mode 100644 index 309a4e2..0000000 --- a/.config/wal/templates/dunstrc +++ /dev/null @@ -1,60 +0,0 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2018 Donovan Glover - -# NOTE: This file is automatically generated by pywal. Do not edit it by hand. - -[global] - # Make the width 3740 (3840 - 100), have 50 left margin and 95 above - # geometry = "3740x5-50+95" - offset = 3x20 - - # Show multiple notifications in the same box - separator_height = 0 - - # Add vertical padding to the inside of the notification - padding = 8 - - # Add horizontal padding for when the text gets long enough - horizontal_padding = 8 - - # The frame color and width of the notification - frame_color = "{color6}" - frame_width = 2 - - # How long a user needs to be idle for sticky notifications - idle_threshold = 120 - - # Font and typography settings - font = JetBrainsMono Nerd Font 10 - alignment = left - word_wrap = yes - - # Format for how notifications will be displayed - # Usage: `notify-send 'Title' 'Summary'` - format = "<b>%s</b>\n%b" - - # Allow some HTML tags like <i> and <u> in notifications - markup = full - max_icon_size = 120 - transparency = 5 - -# These are the keybindings used to control dunst notifications -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - -# Set the background and foreground (text) color for all notifications -[urgency_low] - background = "{background}" - foreground = "{foreground}" - -[urgency_normal] - background = "{background}" - foreground = "{foreground}" - -[urgency_critical] - background = "{background}" - foreground = "{foreground}" - -# vim:ft=cfg |
