fixup! Update system

This commit is contained in:
2026-03-21 03:38:05 +03:00
parent 1f9cd0e56f
commit ddef9fbe34
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -90,7 +90,7 @@ in {
];
workspace = [
"w[t1], gapsout:10 0 0, gapsin:0"
"w[t1], gapsout:0"
];
windowrule = [
@@ -127,7 +127,7 @@ in {
"$mainMod, F, togglefloating,"
"$mainMod, D, exec, fuzzel"
"$mainMod, P, pseudo, # dwindle"
"$mainMod, J, togglesplit, # dwindle"
"$mainMod, J, layoutmsg, togglesplit, # dwindle"
# Move focus with mainMod + arrow keys
"$mainMod, left, movefocus, l"
+1 -1
View File
@@ -4,7 +4,7 @@
];
wayland.windowManager.hyprland.settings.windowrule = [
"match:class dragon-drop, move onscreen cursor -50% -50%"
"match:class dragon-drop, move cursor_x-window_w/2 cursor_y-window_h/2"
];
programs.yazi = {
+1 -1
View File
@@ -57,7 +57,7 @@
services.greetd = let
tuigreet = lib.getExe pkgs.tuigreet;
session = lib.getExe inputs.hyprland.packages.${pkgs.system}.default;
session = lib.getExe' inputs.hyprland.packages.${pkgs.system}.default "start-hyprland";
in {
enable = true;
settings = {