mirror of
https://github.com/WayfireWM/wf-osk.git
synced 2025-04-04 20:36:44 +02:00
Added .desktop file (#8)
* Added .desktop file This closes #2 * added prefix-based installation paths
This commit is contained in:
parent
dbfca9da0f
commit
ee5b043651
@ -23,3 +23,8 @@ add_project_arguments(['-Wno-unused-parameter'], language: 'cpp')
|
||||
|
||||
subdir('proto')
|
||||
subdir('src')
|
||||
|
||||
install_data(
|
||||
'wf-osk.desktop',
|
||||
install_dir: '@0@/share/applications'.format(get_option('prefix'))
|
||||
)
|
||||
|
10
wf-osk.desktop
Normal file
10
wf-osk.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=wf-osk
|
||||
GenericName=Virtual Keyboard
|
||||
Comment=A very, very simple virtual keyboard using gtkmm, virtual-keyboard-v1 and layer-shell
|
||||
Keywords=screen;keyboard;virtual
|
||||
Exec=wf-osk
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=input-keyboard
|
Loading…
x
Reference in New Issue
Block a user