mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-20 16:21:04 +02:00
Merge pull request #1060 from Username404-59/master
Add a launch_command setting
This commit is contained in:
commit
bb7e927309
8 changed files with 91 additions and 66 deletions
|
@ -481,3 +481,7 @@ pub const fn default_false() -> bool {
|
|||
pub const fn default_true() -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
pub fn default_launch_command() -> String {
|
||||
String::from("gtk-launch {app_name}")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue