Files
secureblue/config/scripts/addchromiumdesktopfile.sh
2023-12-30 14:32:02 -08:00

8 lines
252 B
Bash

#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
sed -i 's/launcher_thunar = thunar.desktop/launcher_chromium = chromium-browser.desktop\nlauncher_thunar = thunar.desktop/' /usr/share/wayfire/wf-shell.ini