Chromium without the close buttons on tabs, for ArchLinux.
Screenshot:
The PKGBUILD is modified minimally from the official chromium
package. The most
recent version of the original PKGBUILD can be found on the branch
arch-official. Changes in the package from Arch upstream will be manually
merged into master from time to time.
Current version: 50.0.2661.75
Build the package using the standard makepkg command:
cd chromium
makepkg -s
Then, install the resulting package using pacman:
pacman -U <chromium-version.pkg.tar.xz>
Note that this will replace the previously installed chromium package, if any.