add hypr keybinds

This commit is contained in:
2025-11-19 14:16:10 +03:00
parent 577d93237c
commit acc240ac9d
7 changed files with 512 additions and 42 deletions
+19 -21
View File
@@ -26,27 +26,25 @@
];
};
# wayland.windowManager.hyprland = {
# enable = true;
wayland.windowManager.hyprland = {
enable = true;
# settings = {
# "$qsConfig" = "ii";
settings = {
exec = "hyprctl dispatch submap global";
submap = "global";
debug = { disable_logs = false; };
};
};
# exec =
# "hyprctl dispatch submap global"; # DO NOT REMOVE THIS OR YOU WON'T BE ABLE TO USE ANY KEYBIND
# submap = "global"; # Required for catchall to work
# debug = { disable_logs = false; };
# };
# };
# imports = [
# ./hyprland/env.nix
# ./hyprland/execs.nix
# ./hyprland/general.nix
# ./hyprland/rules.nix
# ./hyprland/colors.nix
# ./hyprland/keybinds.nix
# ./hyprland/active.nix
# ];
imports = [
./hyprland/env.nix
./hyprland/execs.nix
./hyprland/general.nix
./hyprland/rules.nix
./hyprland/colors.nix
./hyprland/keybinds.nix # done
./hyprland/active.nix
./hyprlock.nix # done
./hypridle.nix # done
];
}