Bye suckless stuff

This commit is contained in:
Geoffrey Frogeye 2025-04-03 20:33:16 +02:00
parent b50a21e0de
commit 10deec06e1
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 1 additions and 8 deletions

View file

@ -113,19 +113,12 @@
dunst = {
enable = true;
settings =
# TODO Change dmenu for rofi, so we can use context
with config.lib.stylix.colors.withHashtag; {
global = {
separator_color = lib.mkForce base05;
idle_threshold = 120;
markup = "full";
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 = {

View file

@ -61,6 +61,6 @@
'';
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
};
}