Fix Enpass
This commit is contained in:
@@ -3,7 +3,8 @@ hl.on("hyprland.start", function()
|
|||||||
hl.exec_cmd("uwsm-app -- mako")
|
hl.exec_cmd("uwsm-app -- mako")
|
||||||
hl.exec_cmd("uwsm-app -- hyprsunset")
|
hl.exec_cmd("uwsm-app -- hyprsunset")
|
||||||
hl.exec_cmd("uwsm-app -- fcitx5 --disable notificationitem")
|
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("station-bg-random")
|
||||||
hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
|
hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
|
||||||
hl.exec_cmd("dbus-update-activation-environment --systemd --all")
|
hl.exec_cmd("dbus-update-activation-environment --systemd --all")
|
||||||
|
|||||||
+2
-2
@@ -4,10 +4,10 @@
|
|||||||
export STATION_PATH=$HOME/.local/share/station
|
export STATION_PATH=$HOME/.local/share/station
|
||||||
export PATH=$STATION_PATH/bin:$PATH
|
export PATH=$STATION_PATH/bin:$PATH
|
||||||
|
|
||||||
# export GDK_SCALE=2
|
export GDK_SCALE=2
|
||||||
# export QT_AUTO_SCALE_FACTOR=1
|
# export QT_AUTO_SCALE_FACTOR=1
|
||||||
# export QT_ENABLE_HIGHDPI_SCALING=1
|
# export QT_ENABLE_HIGHDPI_SCALING=1
|
||||||
# export QT_SCALE_FACTOR=1.5
|
export QT_SCALE_FACTOR=1.5
|
||||||
|
|
||||||
# Set default terminal and editor
|
# Set default terminal and editor
|
||||||
source ~/.config/uwsm/default
|
source ~/.config/uwsm/default
|
||||||
|
|||||||
Reference in New Issue
Block a user