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
+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";