diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-10-14 03:21:42 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-10-14 03:21:42 +0530 |
commit | c611a7aa4bf927f508ba1ffb12b33d00118ac766 (patch) | |
tree | fbebcb6af30e869ed9cdaee788d056b061c62bef /.config/openbox | |
parent | cf30deb40455c090bb7e7ed5d5433f8951dc4a6e (diff) |
Pushing kde config files I think I need
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/menu.xml | 18 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 2 |
2 files changed, 10 insertions, 10 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> diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 0e5dc72..4c61c49 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -185,7 +185,7 @@ <!-- my keybindings --> <keybind key="W-Return"> <action name="execute"> - <command>prime-run alacritty</command> + <command>alacritty</command> </action> </keybind> <keybind key="W-S-p"> |