Remove bashism from start-tileos
This commit is contained in:
parent
157e75c293
commit
df0e7ddf4c
2 changed files with 10 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
tileos-settings-sway (1.0.5~tileos) unstable; urgency=medium
|
||||
|
||||
* Remove bashism in start-tileos
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 08 Dec 2023 19:43:17 +0400
|
||||
|
||||
tileos-settings-sway (1.0.4~tileos) unstable; urgency=medium
|
||||
|
||||
* Small fixes
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue