We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701e7d8 commit dbc6b61Copy full SHA for dbc6b61
1 file changed
channels/i3/airootfs.any/root/customize_airootfs_i3.sh
@@ -99,6 +99,8 @@ if [[ "${arch}" = "i686" ]]; then
99
sed -i -e s/chromium/firefox/g /home/${username}/.config/i3/config
100
fi
101
102
+# disable light-locker on live
103
+sed -i "/light/s/^/# /g" /home/${username}/.config/i3/config
104
105
# Snap
106
#if [[ "${arch}" = "x86_64" ]]; then
0 commit comments