diff --git a/.config/hypr/autostart.lua b/.config/hypr/autostart.lua index 1338551..f04c712 100644 --- a/.config/hypr/autostart.lua +++ b/.config/hypr/autostart.lua @@ -3,7 +3,8 @@ hl.on("hyprland.start", function() hl.exec_cmd("uwsm-app -- mako") hl.exec_cmd("uwsm-app -- hyprsunset") hl.exec_cmd("uwsm-app -- fcitx5 --disable notificationitem") - -- hl.exec_cmd("Enpass") + hl.exec_cmd("Enpass -minimize") + hl.exec_cmd("nextcloud") hl.exec_cmd("station-bg-random") hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1") hl.exec_cmd("dbus-update-activation-environment --systemd --all") diff --git a/.config/uwsm/env b/.config/uwsm/env index 40eda8b..01801e5 100644 --- a/.config/uwsm/env +++ b/.config/uwsm/env @@ -4,10 +4,10 @@ export STATION_PATH=$HOME/.local/share/station export PATH=$STATION_PATH/bin:$PATH -# export GDK_SCALE=2 +export GDK_SCALE=2 # export QT_AUTO_SCALE_FACTOR=1 # export QT_ENABLE_HIGHDPI_SCALING=1 -# export QT_SCALE_FACTOR=1.5 +export QT_SCALE_FACTOR=1.5 # Set default terminal and editor source ~/.config/uwsm/default