hyprpaper: add monitor importantPrefix
New config requires monitor at top of generated block. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
a97b0a0999
commit
d28cc9f4a6
1 changed files with 4 additions and 1 deletions
|
|
@ -64,7 +64,10 @@ in
|
|||
|
||||
importantPrefixes = lib.mkOption {
|
||||
type = with lib.types; listOf str;
|
||||
default = [ "$" ];
|
||||
default = [
|
||||
"$"
|
||||
"monitor"
|
||||
];
|
||||
example = [ "$" ];
|
||||
description = ''
|
||||
List of prefix of attributes to source at the top of the config.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue