This commit is contained in:
kenji
2025-07-07 16:39:34 -05:00
parent c97a5887df
commit e5bc8801a4
3 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd.enable = true;
settings = {
"$mod" = "SUPER";
"$term" = "kitty --single-instance";
@@ -141,7 +142,6 @@
[
"$mod, Return, exec, $term"
"$mod, Q, killactive,"
"$mod, M, exit,"
"$mod, E, exec, $fileManager"
"$mod, V, togglefloating,"
"$mod, R, exec, $menu"
@@ -154,6 +154,7 @@
"$mod, K, movefocus, u"
"$mod, J, movefocus, d"
"$mod Shift, M, exit,"
"$mod SHIFT, K, movewindow, u"
"$mod SHIFT, J, movewindow, d"
"$mod SHIFT, H, movewindow, l"