feat: Fixed wezterm config on mac and only use HYPRLAND_INSTANCE_SIGNATURE on linux
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -34,7 +34,11 @@
|
||||
top = 2,
|
||||
bottom = 0,
|
||||
},
|
||||
window_decorations = ${if pkgs.stdenv.isLinux then "NONE" else "RESIZE"},
|
||||
window_decorations = "${
|
||||
if pkgs.stdenv.isLinux
|
||||
then "NONE"
|
||||
else "RESIZE"
|
||||
}",
|
||||
use_ime = false,
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user