diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:44:29 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:44:29 +0200 |
commit | 75b1b5b65985348a57f2530e166d7a2816f37299 (patch) | |
tree | 4340ac41711a77318ed8b750580c45bafc287664 /.config | |
parent | ca2d132b39be958a4771d953e573b97968aacab7 (diff) | |
download | dotfiles-75b1b5b65985348a57f2530e166d7a2816f37299.tar.gz dotfiles-75b1b5b65985348a57f2530e166d7a2816f37299.tar.bz2 dotfiles-75b1b5b65985348a57f2530e166d7a2816f37299.zip |
Update openbox menu.xml
Diffstat (limited to '.config')
-rw-r--r-- | .config/openbox/menu.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index aae7851..f0f1954 100644 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -98,7 +98,7 @@ <separator label="ben" /> <item label="Internet"> <action name="Execute"> - <execute>firefox</execute> + <execute>google-chrome-stable</execute> </action> </item> <item label="Music"> @@ -108,7 +108,7 @@ </item> <item label="Terminal"> <action name="Execute"> - <execute>urxvtc</execute> + <execute>gnome-terminal</execute> </action> </item> <separator /> @@ -116,8 +116,8 @@ <menu id="games" /> <menu id="openbox"/> <separator /> - <menu id="pipe-mpd"/> - <menu id="pipe-system-info"/> + <!--<menu id="pipe-mpd"/>--> + <!--<menu id="pipe-system-info"/>--> <separator /> <item label="Exit"> <action name="Exit"> |