[zsh]: Autorun hyprland on startup

This commit is contained in:
Sweetbread 2024-04-23 11:48:43 +03:00
parent efc4ac1cfb
commit 765a051346

View File

@ -25,6 +25,12 @@
ff = "fastfetch";
};
initExtra = ''
if [ -z "''${WAYLAND_DISPLAY}" ] && [ "''${XDG_VTNR}" -eq 1 ]; then
dbus-run-session Hyprland
fi
'';
history.size = 10000;
history.path = "${config.xdg.dataHome}/zsh/history";