making plasma use the correct scale factor on laptop
This commit is contained in:
parent
dc0d32a137
commit
3bf5ef3784
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
export QT_SCALE_FACTOR=1
|
||||||
|
|
||||||
# exec ydotoold &
|
# exec ydotoold &
|
||||||
# exec systemctl enable --user --now libinput-gestures &
|
# exec systemctl enable --user --now libinput-gestures &
|
||||||
|
@ -11,9 +12,8 @@ systemctl --user stop jellyfin-mpv-shim.service &
|
||||||
systemctl --user stop nextcloud-client.service &
|
systemctl --user stop nextcloud-client.service &
|
||||||
systemctl --user stop emacs.service &
|
systemctl --user stop emacs.service &
|
||||||
|
|
||||||
sleep 3
|
sleep 1
|
||||||
|
|
||||||
exec greenclip daemon &
|
|
||||||
exec emacs --daemon &
|
exec emacs --daemon &
|
||||||
exec jellyfin-mpv-shim &
|
exec jellyfin-mpv-shim &
|
||||||
exec nextcloud --background &
|
exec nextcloud --background &
|
||||||
|
|
Loading…
Reference in a new issue