Actually, I;m still doing hyprland
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
|
||||
exec-once = [
|
||||
# run once on startup
|
||||
"ags"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
# mouse movements
|
||||
"$mod, mouse:272, movewindow"
|
||||
@@ -35,4 +40,10 @@
|
||||
accountsservice
|
||||
];
|
||||
};
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi;
|
||||
theme = pkgs.rofi-themes.hyprland;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user