Crates.io | lap |
lib.rs | lap |
version | 0.1.0 |
source | src |
created_at | 2024-05-03 22:56:16.40032 |
updated_at | 2024-05-03 22:56:16.40032 |
description | Application launcher for Linux |
homepage | https://github.com/stephaneyfx/lap |
repository | https://github.com/stephaneyfx/lap.git |
max_upload_size | |
id | 1229281 |
size | 156,828 |
Application launcher for Linux
This scans for XDG desktop files and opens up a searchable list to launch the desired program.
Wayland is supported. X11 should work too, though this has not been tested.
When the GUI has focus, the following controls are available:
$XDG_CONFIG_HOME/lap/settings.toml
is the configuration file. Available settings are described
below with example values.
# Font to use
# Default: None
font-family = "Source Sans 3"
# Whether the window should be resizable.
# Setting this to false may make the window float if using a tiling window manager.
# Default: false
resizable-window = false
# Name of the icon theme to use for app icons
# Default: None
icon-theme = "Papirus-Dark"
All contributions shall be licensed under the 0BSD license.