convenience tweaks

This commit is contained in:
Noah Masur
2025-07-02 14:19:57 -06:00
parent dd00ad6c2e
commit 26c1c09402
3 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,7 @@ in
macos-titlebar-style = "hidden";
window-decoration = false;
macos-non-native-fullscreen = true;
quit-after-last-window-closed = lib.mkIf pkgs.stdenv.isDarwin true;
fullscreen = if pkgs.stdenv.isDarwin then true else false;
keybind = [
"super+t=unbind" # Pass super-t to underlying tool (e.g. zellij tabs)