We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cc3f5 commit 3726b33Copy full SHA for 3726b33
1 file changed
channels/i3/airootfs.any/root/customize_airootfs_i3.sh
@@ -42,6 +42,8 @@ for _dir in "/etc/skel/" "/home/${username}/"; do
42
done
43
44
45
+chmod 755 "/usr/bin/alter-system-menu"
46
+
47
# disable light-locker on live
48
sed -i "/light/s/^/# /g" "/home/${username}/.config/i3/config"
49
0 commit comments