feat: add applications page
This commit is contained in:
parent
5f8e9d1327
commit
cc8586e380
15 changed files with 274 additions and 120 deletions
12
resources/com.system76.CosmicSettings.Applications.desktop
Normal file
12
resources/com.system76.CosmicSettings.Applications.desktop
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=Applications
|
||||
Comment=Manage application settings.
|
||||
Type=Settings
|
||||
Exec=cosmic-settings applications
|
||||
Terminal=false
|
||||
Categories=COSMIC
|
||||
Keywords=COSMIC
|
||||
NoDisplay=true
|
||||
OnlyShowIn=COSMIC
|
||||
Icon=preferences-applications
|
||||
StartupNotify=true
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=X11 Applications Compatibility
|
||||
Comment=X11 Window system application scaling and Global shortcuts.
|
||||
Type=Settings
|
||||
Exec=cosmic-settings legacy-applications
|
||||
Terminal=false
|
||||
Categories=COSMIC
|
||||
Keywords=COSMIC
|
||||
NoDisplay=true
|
||||
OnlyShowIn=COSMIC
|
||||
Icon=preferences-x11-applications-compatibility
|
||||
StartupNotify=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue