Skip to content

Commit b84b4c5

Browse files
Merge branch 'main' into float-gap
2 parents ff4b253 + cc0792c commit b84b4c5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/managers/VersionKeeperManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ CVersionKeeperManager::CVersionKeeperManager() {
3131
if (!LASTVER) {
3232
NFsUtils::writeToFile(*DATAROOT + "/" + VERSION_FILE_NAME, "0.0.0");
3333
LASTVER = "0.0.0";
34+
return;
3435
}
3536

3637
if (!isVersionOlderThanRunning(*LASTVER)) {

systemd/hyprland-uwsm.desktop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
Name=Hyprland (uwsm-managed)
33
Comment=An intelligent dynamic tiling Wayland compositor
44
Exec=uwsm start -- hyprland.desktop
5+
TryExec=uwsm
56
DesktopNames=Hyprland
67
Type=Application

0 commit comments

Comments
 (0)