gitignore and such
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
systemd = {
|
||||
variables = ["--all"];
|
||||
# extraCommands = [
|
||||
# "systemctl --user stop graphical-session.target"
|
||||
# "systemctl --user start hyprland-session.target"
|
||||
# ];
|
||||
extraCommands = [
|
||||
"systemctl --user stop graphical-session.target"
|
||||
"systemctl --user start hyprland-session.target"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,12 +6,6 @@
|
||||
];
|
||||
env = [
|
||||
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
||||
|
||||
"XDG_SESSION_DESKTOP, Hyprland"
|
||||
|
||||
"GDK_BACKEND, wayland"
|
||||
"SDL_VIDEODRIVER, wayland"
|
||||
"QT_QPA_PLATFORM, wayland;xcb"
|
||||
];
|
||||
|
||||
input = {
|
||||
|
||||
Reference in New Issue
Block a user