From 1e47a7ac130a5efb56c82d283bab3e3dc03452db Mon Sep 17 00:00:00 2001 From: watasuke102 Date: Sun, 2 Aug 2020 10:27:06 +0900 Subject: [PATCH] [update] : change open help file browser on customize_airootfs --- channels/i3/airootfs.any/root/customize_airootfs_i3.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/channels/i3/airootfs.any/root/customize_airootfs_i3.sh b/channels/i3/airootfs.any/root/customize_airootfs_i3.sh index 6cc00095..543931fb 100755 --- a/channels/i3/airootfs.any/root/customize_airootfs_i3.sh +++ b/channels/i3/airootfs.any/root/customize_airootfs_i3.sh @@ -74,7 +74,7 @@ fi #rfkill unblock all #systemctl enable bluetooth -# Replace panel config +# Replace shortcut list config if [[ "${japanese}" = true ]]; then remove "/etc/skel/.config/conky/conky.conf" mv "/etc/skel/.config/conky/conky-jp.conf" "/etc/skel/.config/conky/conky.conf" @@ -93,6 +93,13 @@ remove "/etc/skel/.config/conky/conky-live.conf" remove "/etc/skel/.config/conky/conky-live-jp.conf" remove "/home/${username}/.config/conky/conky-jp.conf" +# Change browser that open help file +if [[ "${arch}" = "i686" ]]; then + sed -i -e s/chromium/firefox/g /etc/skel/.config/i3/config + sed -i -e s/chromium/firefox/g /home/${username}/.config/i3/config +fi + + # Snap #if [[ "${arch}" = "x86_64" ]]; then # systemctl enable snapd.apparmor.service -- 2.11.0