mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-20 01:40:14 -05:00
desktop: add foot-server.desktop - launches a foot server instance
This commit is contained in:
parent
11f35434cb
commit
506c1da390
2 changed files with 11 additions and 1 deletions
10
foot-server.desktop
Normal file
10
foot-server.desktop
Normal 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
|
||||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue