aboutsummaryrefslogtreecommitdiff
path: root/.config/openbox/menu.xml
diff options
context:
space:
mode:
Diffstat (limited to '.config/openbox/menu.xml')
-rw-r--r--.config/openbox/menu.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml
index d0341b5..576a3eb 100644
--- a/.config/openbox/menu.xml
+++ b/.config/openbox/menu.xml
@@ -40,7 +40,7 @@
</item>
<item id="osu-lazer" label="osu!lazer">
<action name="Execute">
- <command>prime-run osu.AppImage</command>
+ <command>osu.AppImage</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -51,7 +51,7 @@
<menu id="my-favourites" label="Favourites">
<item id="media-player" label="VLC">
<action name="Execute">
- <command>prime-run vlc</command>
+ <command>vlc</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -59,7 +59,7 @@
</item>
<item id="gimp" label="GIMP">
<action name="Execute">
- <command>prime-run gimp</command>
+ <command>gimp</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -79,7 +79,7 @@
<menu id="my-media" label="Media">
<item id="vlc" label="VLC">
<action name="Execute">
- <command>prime-run vlc</command>
+ <command>vlc</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -87,7 +87,7 @@
</item>
<item id="gimp" label="GIMP">
<action name="Execute">
- <command>prime-run gimp</command>
+ <command>gimp</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -95,7 +95,7 @@
</item>
<item id="kdenlive" label="Kdenlive">
<action name="Execute">
- <command>prime-run kdenlive</command>
+ <command>kdenlive</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -219,7 +219,7 @@
<menu id="sys-monitors" label="System Monitors">
<item id="bashtop" label="bashtop">
<action name="Execute">
- <command>prime-run alacritty -e bashtop</command>
+ <command>alacritty -e bashtop</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -227,7 +227,7 @@
</item>
<item id="htop" label="htop">
<action name="Execute">
- <command>prime-run alacritty -e htop</command>
+ <command>alacritty -e htop</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
@@ -239,7 +239,7 @@
<menu id="root-menu" label="Openbox 3">
<item id="launch-terminal" label="alacritty">
<action name="Execute">
- <command>prime-run alacritty</command>
+ <command>alacritty</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>