diff --git a/wayland-sessions/hyprrun.desktop b/wayland-sessions/hyprrun.desktop new file mode 100644 index 0000000..bca01cb --- /dev/null +++ b/wayland-sessions/hyprrun.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Hyprland (Launchscript) +Comment=An intelligent dynamic tiling Wayland compositor +Exec=hyprlaunch.sh +Type=Application diff --git a/wayland-sessions/swayrun.desktop b/wayland-sessions/swayrun.desktop new file mode 100644 index 0000000..a123c21 --- /dev/null +++ b/wayland-sessions/swayrun.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Sway (Launchscript) +Comment=An i3-compatible Wayland compositor +Exec=swaylaunch.sh +Type=Application