1

Refactor hyprland module to simplify config file generation from options

This commit is contained in:
2023-05-25 19:58:42 +02:00
parent ad604ef4a4
commit f479f9a925
3 changed files with 203 additions and 122 deletions

View File

@ -89,6 +89,22 @@ rec {
enable = true;
theme = "Three-Bears";
keybindings = {
main-mod = "SUPER";
mod-bindings = {
"Q" = ["killactive"];
"V" = ["togglefloating"];
};
bindings = {
"CTRL ALT, R" = [
"moveworkspacetomonitor, 1 HDMI-A-1"
"moveworkspacetomonitor, 2 HDMI-A-1"
];
};
};
autostart = [
"kdeconnect-indicator"
"nextcloud --background"