fixed .desktop exec
This commit is contained in:
+2
-2
@@ -125,10 +125,10 @@ def hyprland():
|
|||||||
|
|
||||||
# create .desktop file
|
# create .desktop file
|
||||||
with open('/usr/share/wayland-sessions/hyprland.desktop', 'w+') as file:
|
with open('/usr/share/wayland-sessions/hyprland.desktop', 'w+') as file:
|
||||||
file.write('''[Desktop Entry]
|
file.write(f'''[Desktop Entry]
|
||||||
Name=Hyprland
|
Name=Hyprland
|
||||||
Comment=An intelligent dynamic tiling Wayland compositor
|
Comment=An intelligent dynamic tiling Wayland compositor
|
||||||
Exec=$HOME/.local/bin/wrappedhl
|
Exec={home}/.local/bin/wrappedhl
|
||||||
Type=Application ''')
|
Type=Application ''')
|
||||||
|
|
||||||
file.seek(0)
|
file.seek(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user