desktop: add foot-server.desktop - launches a foot server instance

This commit is contained in:
Daniel Eklöf 2020-01-24 22:27:11 +01:00
parent 11f35434cb
commit 506c1da390
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 11 additions and 1 deletions

10
foot-server.desktop Normal file
View file

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Exec=foot --server
Icon=terminal
Terminal=false
Categories=System;TerminalEmulator;
Name=Foot Server
GenericName=Terminal
Comment=A wayland native terminal emulator

View file

@ -107,7 +107,7 @@ custom_target(
install: true,
install_dir: join_paths(get_option('datadir'), 'terminfo'))
install_data('foot.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('foot.desktop', 'foot-server.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot'))
subdir('completions')