This commit is contained in:
Miguel Palhas
2026-06-20 07:58:50 +01:00
parent 8a7439fe1d
commit 753426fd91
3 changed files with 13 additions and 14 deletions
Generated
+9 -9
View File
@@ -228,11 +228,11 @@
]
},
"locked": {
"lastModified": 1780515920,
"narHash": "sha256-8KX2hEeOX6KP3hBBJJI8dGWVrzbOOf1rBPmg/GUG24U=",
"lastModified": 1781497404,
"narHash": "sha256-9GAF8sSsnkyCVCWkomXR0T+zdSxyUlfPt6neQidimdg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "4c5c1e8ba14f1c7475fa31ff11bc1c19cd220974",
"rev": "1285cd3d6882a9847f2d56ed5541b3350c8a6162",
"type": "github"
},
"original": {
@@ -602,11 +602,11 @@
},
"nixpkgs_10": {
"locked": {
"lastModified": 1780243769,
"narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=",
"lastModified": 1781074563,
"narHash": "sha256-md8WlXOlfnIeHeOScMTTHFyf2d6iaTwPl2apR5EQ3P4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "331800de5053fcebacf6813adb5db9c9dca22a0c",
"rev": "9ae611a455b90cf061d8f332b977e387bda8e1ca",
"type": "github"
},
"original": {
@@ -1097,11 +1097,11 @@
"nixpkgs": "nixpkgs_10"
},
"locked": {
"lastModified": 1781426426,
"narHash": "sha256-yzxJMNgv/sLishhCT9G2lm7W9CjHSlXWkfbWC7vfjqc=",
"lastModified": 1781820312,
"narHash": "sha256-tTFfF/wIXGH9B+m8r0g23UkzkmM3jBgWnqGC4/NFzrs=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "df336067c1a8af3bfce3f0b88b66dc1c57411b4e",
"rev": "f1b189bea5972ceee02628f913f2f342ce96e21e",
"type": "github"
},
"original": {
+4 -4
View File
@@ -144,8 +144,8 @@ in
"w[tg1], gapsout:0, gapsin:0"
"f[1], gapsout:0, gapsin:0"
"special:terminal, on-created-empty:[float; size 1400 1000; move center] kitty, persistent:false"
"special:yazi, on-created-empty:[float; size ${cfg.yaziSize}; move center] kitty --session sessions/yazi, persistent:false"
"special:terminal, on-created-empty:[float; size 1400 1000; center 1] kitty, persistent:false"
"special:yazi, on-created-empty:[float; size ${cfg.yaziSize}; center 1] kitty --session sessions/yazi, persistent:false"
];
windowrule = [
@@ -196,8 +196,8 @@ in
"border_size 0, match:float 0, match:workspace f[1]"
"rounding 0, match:float 0, match:workspace f[1]"
"move center, match:workspace special:terminal"
"move center, match:workspace special:yazi"
"center 1, match:workspace special:terminal"
"center 1, match:workspace special:yazi"
];
"$mod" = "SUPER";
-1
View File
@@ -40,7 +40,6 @@ in
confirm_os_window_close = 0;
cursor_trail = 1;
copy_on_select = true;
background_opacity = 0.9;
enabled_layouts = "tall, grid, fat, splits, stack";