diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 07:27:24 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 07:27:24 +0530 |
commit | eb1d7ff92c9e07fc08fcb7e513ae0666c37e0d51 (patch) | |
tree | 98a498c596da53f92552c558ada83bccdb5bc1c7 /.config/openbox/menu.xml | |
parent | 53bbe3edc409e539cc968a20d7a3302e4978367e (diff) |
modified commands to execute GPU hungry apps with prime-run
Diffstat (limited to '.config/openbox/menu.xml')
-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"/> |