diff options
author | deadacute <[email protected]> | 2024-10-13 20:40:09 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-10-14 18:26:07 +0300 |
commit | f309681d4a78d1c12d8a04fe37075a50a750c2ec (patch) | |
tree | eb4b9d33e12de8ebd88ced4f08d2a850febd7cc8 | |
parent | ce62521883e217aab4da305d71e40e4a50567dfb (diff) | |
download | Hyprland-f309681d4a78d1c12d8a04fe37075a50a750c2ec.tar.gz Hyprland-f309681d4a78d1c12d8a04fe37075a50a750c2ec.zip |
example: update desktop file to include DesktopNames
-rw-r--r-- | example/hyprland.desktop | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example/hyprland.desktop b/example/hyprland.desktop index 57ad076f..bb2801a9 100644 --- a/example/hyprland.desktop +++ b/example/hyprland.desktop @@ -2,4 +2,6 @@ Name=Hyprland Comment=An intelligent dynamic tiling Wayland compositor Exec=Hyprland -Type=Application
\ No newline at end of file +Type=Application +DesktopNames=Hyprland +Keywords=tiling;wayland;compositor; |