We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d712f0b commit 0cba289Copy full SHA for 0cba289
channels/i3/airootfs.any/root/customize_airootfs_i3.sh
@@ -28,12 +28,12 @@ remove "/home/${username}/.config/conky/conky-jp.conf"
28
29
# Change browser that open help file
30
if [[ "${arch}" = "i686" ]]; then
31
- sed -i -e s/chromium/firefox/g /etc/skel/.config/i3/config
32
- sed -i -e s/chromium/firefox/g /home/${username}/.config/i3/config
+ sed -i -e s/chromium/firefox/g "/etc/skel/.config/i3/config"
+ sed -i -e s/chromium/firefox/g "/home/${username}/.config/i3/config"
33
fi
34
35
# disable light-locker on live
36
-sed -i "/light/s/^/# /g" /home/${username}/.config/i3/config
+sed -i "/light/s/^/# /g" "/home/${username}/.config/i3/config"
37
38
# disable auto screen lock
39
rm /etc/xdg/autostart/light-locker.desktop
0 commit comments