Added Inkscape to rofi menu
This commit is contained in:
@@ -52,7 +52,7 @@ sub select_option {
|
||||
# -----------
|
||||
sub show_apps {
|
||||
my ($app) = @_;
|
||||
my @apps = qw(Gimp VSCode Antigravity Chrome);
|
||||
my @apps = qw(Gimp Inkscape VSCode Antigravity Chrome);
|
||||
|
||||
print join ("\n", map { "Apps:$_" } @apps);
|
||||
}
|
||||
@@ -79,6 +79,8 @@ sub app_launch {
|
||||
|
||||
if ($sub_app eq "Gimp") {
|
||||
launch_program($app, '/usr/bin/gimp');
|
||||
} elsif ($sub_app eq "Inkscape") {
|
||||
launch_program($app, 'inkscape', '--with-gui');
|
||||
} elsif ($sub_app eq "Antigravity") {
|
||||
launch_program($app, '~/bin/dwl_antigravity');
|
||||
} elsif ($sub_app eq "VSCode") {
|
||||
|
||||
Reference in New Issue
Block a user