2026-03-08 00:25:01 +00:00
|
|
|
# Changes require a restart to take effect.
|
|
|
|
|
|
|
|
|
|
# Ensure Omarchy bins are in the path
|
|
|
|
|
export STATION_PATH=$HOME/.local/share/station
|
|
|
|
|
export PATH=$STATION_PATH/bin:$PATH
|
|
|
|
|
|
2026-03-23 20:39:48 +00:00
|
|
|
export GDK_SCALE=1.5
|
|
|
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
|
|
|
export QT_ENABLE_HIGHDPI_SCALING=1
|
|
|
|
|
export QT_SCREEN_SCALE_FACTORS=2
|
|
|
|
|
|
2026-03-08 00:25:01 +00:00
|
|
|
# Set default terminal and editor
|
|
|
|
|
source ~/.config/uwsm/default
|
|
|
|
|
|
|
|
|
|
# Activate mise if present on the system
|
|
|
|
|
station-cmd-present mise && eval "$(mise activate bash --shims)"
|