From 3bf5ef3784f70a3bd8bab59db08565c2c987b2d7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 13 Jan 2023 09:13:32 -0600 Subject: [PATCH] making plasma use the correct scale factor on laptop --- scripts/plasma-startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/plasma-startup.sh b/scripts/plasma-startup.sh index f14747e..0da812e 100755 --- a/scripts/plasma-startup.sh +++ b/scripts/plasma-startup.sh @@ -1,6 +1,7 @@ #!/bin/sh export MOZ_ENABLE_WAYLAND=1 +export QT_SCALE_FACTOR=1 # exec ydotoold & # 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 emacs.service & -sleep 3 +sleep 1 -exec greenclip daemon & exec emacs --daemon & exec jellyfin-mpv-shim & exec nextcloud --background &