Bye suckless stuff
This commit is contained in:
parent
b50a21e0de
commit
10deec06e1
2 changed files with 1 additions and 8 deletions
|
@ -113,19 +113,12 @@
|
||||||
dunst = {
|
dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings =
|
settings =
|
||||||
# TODO Change dmenu for rofi, so we can use context
|
|
||||||
with config.lib.stylix.colors.withHashtag; {
|
with config.lib.stylix.colors.withHashtag; {
|
||||||
global = {
|
global = {
|
||||||
separator_color = lib.mkForce base05;
|
separator_color = lib.mkForce base05;
|
||||||
idle_threshold = 120;
|
idle_threshold = 120;
|
||||||
markup = "full";
|
markup = "full";
|
||||||
max_icon_size = 48;
|
max_icon_size = 48;
|
||||||
# TODO Those shortcuts don't seem to work, maybe try:
|
|
||||||
# > define shortcuts inside your window manager and bind them to dunstctl(1) commands
|
|
||||||
close_all = "ctrl+mod4+n";
|
|
||||||
close = "mod4+n";
|
|
||||||
context = "mod1+mod4+n";
|
|
||||||
history = "shift+mod4+n";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
|
|
|
@ -61,6 +61,6 @@
|
||||||
'';
|
'';
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
};
|
};
|
||||||
# TODO Should make a nix package wrapper instead, so it also works from dmenu
|
# TODO Should make a nix package wrapper instead, so it also works from rofi
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue