diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-15 22:55:31 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-15 22:55:31 +0530 |
commit | cc67020f49365170487b70b0409e705cab799591 (patch) | |
tree | aee26b3d0142270ae3490a7831ded6b134717f39 /.config/openbox/menu.xml | |
parent | 7eebb7e7577fa1531726e04b0b810986a26835ba (diff) |
updated keybindings
Diffstat (limited to '.config/openbox/menu.xml')
-rw-r--r-- | .config/openbox/menu.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 7ea7699..d0341b5 100644 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -29,6 +29,25 @@ </item> </menu> +<menu id="my-games" label="Games"> + <item id="brawlhalla" label="Brawlhalla"> + <action name="Execute"> + <command>steam steam://rungameid/291550</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> + <item id="osu-lazer" label="osu!lazer"> + <action name="Execute"> + <command>prime-run osu.AppImage</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> +</menu> + <menu id="my-favourites" label="Favourites"> <item id="media-player" label="VLC"> <action name="Execute"> @@ -229,6 +248,7 @@ <separator/> <menu id="my-favourites"/> + <menu id="my-games"/> <menu id="my-accessories"/> <menu id="my-media"/> <menu id="my-utilities"/> |