Files
dotfiles/.config/uwsm/env
2026-04-17 15:01:12 +01:00

17 lines
454 B
Plaintext

# 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
export GDK_SCALE=2
# export QT_AUTO_SCALE_FACTOR=1
# export QT_ENABLE_HIGHDPI_SCALING=1
export QT_SCALE_FACTOR=1.5
# 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)"