mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Move GDK_SCALE into monitors.conf since it has to be changed together with the monitor= setting
This commit is contained in:
@ -25,7 +25,7 @@ source = ~/.config/omarchy/current/theme/hyprland.conf
|
||||
# exec-once = dropbox-cli start
|
||||
|
||||
# Extra env variables
|
||||
env = GDK_SCALE,2 # Change to 1 if on a 1x display (then change last "auto" to 1 in monitors.conf)
|
||||
# env = MY_GLOBAL_ENV,setting
|
||||
|
||||
# Extra bindings (overwrite existing binding with: unbind = SUPER, O)
|
||||
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
||||
|
@ -1,5 +1,8 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
# Change to 1 if on a 1x display (then change last "auto" to 1 in monitor=)
|
||||
env = GDK_SCALE,2
|
||||
|
||||
# Use single default monitor (see all monitors with: hyprctl monitors)
|
||||
# Format: monitor = [port], resolution, position, scale
|
||||
monitor=,preferred,auto,auto
|
||||
|
Reference in New Issue
Block a user