diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/openbox/menu.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 8b5f20d..d150235 100644 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -32,7 +32,7 @@ <menu id="my-favourites" label="Favourites"> <item id="media-player" label="VLC"> <action name="Execute"> - <command>vlc</command> + <command>prime-run vlc</command> <startupnotify> <enabled>yes</enabled> </startupnotify> @@ -40,7 +40,7 @@ </item> <item id="gimp" label="GIMP"> <action name="Execute"> - <command>gimp</command> + <command>prime-run gimp</command> <startupnotify> <enabled>yes</enabled> </startupnotify> @@ -60,7 +60,7 @@ <menu id="my-media" label="Media"> <item id="vlc" label="VLC"> <action name="Execute"> - <command>vlc</command> + <command>prime-run vlc</command> <startupnotify> <enabled>yes</enabled> </startupnotify> @@ -68,7 +68,7 @@ </item> <item id="gimp" label="GIMP"> <action name="Execute"> - <command>gimp</command> + <command>prime-run gimp</command> <startupnotify> <enabled>yes</enabled> </startupnotify> @@ -76,7 +76,7 @@ </item> <item id="kdenlive" label="Kdenlive"> <action name="Execute"> - <command>kdenlive</command> + <command>prime-run kdenlive</command> <startupnotify> <enabled>yes</enabled> </startupnotify> @@ -201,6 +201,14 @@ </startupnotify> </action> </item> + <item id="launch-terminal" label="alacritty"> + <action name="Execute"> + <command>prime-run alacritty</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> <separator/> <menu id="my-favourites"/> |