diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-05 14:42:58 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-05 14:42:58 +0100 |
commit | cc6451004518529f0503f6153605e85dcc05d870 (patch) | |
tree | 7c4ecaba8ed18609988cdbdf78e563e560861a75 /.config/openbox/menu.xml | |
parent | up (diff) | |
download | dotfiles-bsd-cc6451004518529f0503f6153605e85dcc05d870.tar.gz dotfiles-bsd-cc6451004518529f0503f6153605e85dcc05d870.tar.bz2 dotfiles-bsd-cc6451004518529f0503f6153605e85dcc05d870.tar.xz dotfiles-bsd-cc6451004518529f0503f6153605e85dcc05d870.tar.zst dotfiles-bsd-cc6451004518529f0503f6153605e85dcc05d870.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .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 fc7379b..ca7aff8 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -79,6 +79,26 @@ <command>signal-desktop</command> </action> </item> + <item label="Liferea"> + <action name="Execute"> + <command>liferea</command> + </action> + </item> + <item label="HexChat"> + <action name="Execute"> + <command>hexchat</command> + </action> + </item> + <item label="irssi"> + <action name="Execute"> + <command>alacritty -e irssi</command> + </action> + </item> + <item label="newsboat"> + <action name="Execute"> + <command>alacritty -e newsboat</command> + </action> + </item> </menu> <menu id="apps-multimedia-menu" label="Multimedia"> |