Updated config

This commit is contained in:
2024-06-24 10:29:54 +02:00
parent a789bfb97a
commit 63057fae7a
4 changed files with 23 additions and 7 deletions

11
.init Executable file
View File

@ -0,0 +1,11 @@
#!/bin/fish
# Load systemd user environment
set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
if test -e $GENERATOR
export ($GENERATOR)
end
# Start hyprland
Hyprland