From 288e80347096054e5cfa268b0ba107bbcc138400 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 10 May 2018 16:02:09 +0200 Subject: [PATCH] openbox-autostart: use the more generic 'chrome' instead of 'google-chrome' or 'chromium' be sure to set the symlink accordingly! --- openbox-autostart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbox-autostart b/openbox-autostart index ff2e08c..597357c 100755 --- a/openbox-autostart +++ b/openbox-autostart @@ -3,5 +3,4 @@ stalonetray & dunst & pcmanfm --desktop & plank & -google-chrome --no-startup-window & -#feh --bg-max /home/schtobia/Bilder/Wallpapers/20180408_123507-COLLAGE-1920.jpg +chrome --no-startup-window &