Updated config
This commit is contained in:
parent
a789bfb97a
commit
63057fae7a
4 changed files with 23 additions and 7 deletions
11
.init
Executable file
11
.init
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue