Home: Disable rofi
This commit is contained in:
@ -104,7 +104,7 @@ in
|
||||
rmpc.enable = !headless;
|
||||
|
||||
rofi = {
|
||||
enable = !headless;
|
||||
enable = false;
|
||||
};
|
||||
|
||||
waybar.enable = !headless;
|
||||
|
||||
@ -30,7 +30,7 @@ in {
|
||||
"custom/launcher" = {
|
||||
format = "<span></span>";
|
||||
interval = "once";
|
||||
on-click = "rofi -drun-show-actions -show drun";
|
||||
on-click = "walker -m desktopapplications";
|
||||
};
|
||||
|
||||
systemd-failed-units = {
|
||||
|
||||
Reference in New Issue
Block a user