[zsh]: Autorun hyprland on startup
This commit is contained in:
@@ -25,6 +25,12 @@
|
|||||||
ff = "fastfetch";
|
ff = "fastfetch";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
initExtra = ''
|
||||||
|
if [ -z "''${WAYLAND_DISPLAY}" ] && [ "''${XDG_VTNR}" -eq 1 ]; then
|
||||||
|
dbus-run-session Hyprland
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user