diff --git a/debian/changelog b/debian/changelog index 0e12387..03a9a49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (1.0.5~tileos) unstable; urgency=medium + + * Remove bashism in start-tileos + + -- Aleksey Samoilov Fri, 08 Dec 2023 19:43:17 +0400 + tileos-settings-sway (1.0.4~tileos) unstable; urgency=medium * Small fixes diff --git a/usr/bin/start-sway b/usr/bin/start-sway index 882a4a0..026df21 100755 --- a/usr/bin/start-sway +++ b/usr/bin/start-sway @@ -9,11 +9,12 @@ export XDG_SESSION_TYPE=wayland case "$(systemd-detect-virt)" in qemu) export WLR_RENDERER=pixman - ;& -qemu|kvm|oracle) export WLR_NO_HARDWARE_CURSORS=1 ;; -esac +kvm) + export WLR_NO_HARDWARE_CURSORS=1 + ;; +oracle) # Apply Nvidia-specific variables if [ -d /sys/module/nvidia ]; then