[zsh]: Autorun hyprland on startup
This commit is contained in:
parent
efc4ac1cfb
commit
765a051346
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user