mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
fix: Fixes hyprland GTK scale not specified correctly.
This commit is contained in:
3
env/.config/hypr/autostart.conf
vendored
3
env/.config/hypr/autostart.conf
vendored
@@ -10,7 +10,8 @@ exec-once = pidof hyprpaper | uwsm app -- hyprpaper
|
||||
exec-once = pidof hypridle | uwsm app -- hypridle
|
||||
exec-once = uwsm app -- elephant
|
||||
exec-once = uwsm app -- swaync
|
||||
exec-once = uwsm app -- walker --gapplication-service &
|
||||
# exec-once = uwsm app -- walker --gapplication-service &
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- clipse -listen
|
||||
#exec-once = protonmail-bridge-core -n
|
||||
|
||||
|
||||
3
env/.config/hypr/env.conf
vendored
3
env/.config/hypr/env.conf
vendored
@@ -18,7 +18,8 @@ env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
||||
env = OZONE_PLATFORM,wayland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
|
||||
env = GDK_SCALE=2
|
||||
env = GDK_SCALE,2
|
||||
env = GDK_DPI_SCALE,0.5
|
||||
|
||||
# Allow better support for screen sharing (Google Meet, Discord, etc)
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
|
||||
Reference in New Issue
Block a user