Updated config

This commit is contained in:
Eduard Urbach 2024-06-24 10:29:54 +02:00
parent cc43d2d8cb
commit 04ae263e32
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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