diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-30 07:13:11 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-30 07:13:11 +0200 |
| commit | 4e21304012882b001eaf2698bb4af0dfe07b3b32 (patch) | |
| tree | 829ef40d5ad76affb68c28901e3ff582e6642935 /config/dunst | |
| parent | f6a8d6162469d549f8f1dedc768b3d77a6e8ff4c (diff) | |
| download | dotfiles-4e21304012882b001eaf2698bb4af0dfe07b3b32.tar.gz dotfiles-4e21304012882b001eaf2698bb4af0dfe07b3b32.tar.bz2 dotfiles-4e21304012882b001eaf2698bb4af0dfe07b3b32.zip | |
Refactoring qutebrowser config, Added min width to audio notifications
Diffstat (limited to 'config/dunst')
| -rw-r--r-- | config/dunst/dunstrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 0a8f19a..7ba2933 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -408,7 +408,8 @@ # urgency = normal [stack-volumes] - appname = "pulseaudio-ctl" - set_stack_tag = "volume" + appname = "pulseaudio-ctl" + set_stack_tag = "volume" + geometry = "150x0-30+20" # vim: ft=cfg |
