Skip to content

Commit

Permalink
chore: Desktop entry for tiling settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Jul 12, 2021
1 parent dafcac6 commit 3617aac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ install:
install -Dm0644 data/gnome-background-panel-cosmic.desktop "$(DESTDIR)$(prefix)/share/applications/"
install -Dm0644 data/gnome-background-panel-dock.desktop "$(DESTDIR)$(prefix)/share/applications/"
install -Dm0644 data/gnome-background-panel-workspaces.desktop "$(DESTDIR)$(prefix)/share/applications/"
install -Dm0644 data/gnome-background-panel-tiling.desktop "$(DESTDIR)$(prefix)/share/applications/"

$(PKGCONFIG): $(FFI) tools/src/pkgconfig.rs
cargo run -p tools --bin pkgconfig $(DESKTOP_ARGS) -- \
Expand Down
13 changes: 13 additions & 0 deletions data/gnome-background-panel-tiling.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Desktop Entry]
Name=Tiling
Comment=Customize pop-shell tiling settings
Exec=env POP_DESKTOP_PAGE=tiling gnome-control-center background
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=preferences-desktop-wallpaper
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;DesktopSettings;X-GNOME-Settings-Panel;X-GNOME-PersonalizationSettings;
OnlyShowIn=GNOME;
# Translators: Search terms to find the Background panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=Pop;Shell;Tiling

0 comments on commit 3617aac

Please sign in to comment.