My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: made hyprland scale correctly

+6 -3
+6 -3
hypr/.config/hypr/hyprland.conf
··· 4 4 source = ./hyprland/autostart.conf 5 5 6 6 # -- Monitors -- 7 - monitor=,highres,auto,auto 7 + monitor=,highres,auto,1 8 8 9 9 # -- Environment variables -- 10 - env = XCURSOR_SIZE,16 11 - env = HYPRCURSOR_SIZE,16 10 + env = XCURSOR_SIZE,24 11 + env = HYPRCURSOR_SIZE,24 12 12 env = XCURSOR_THEME,Bibata-Modern-Classic 13 + 13 14 env = QT_AUTO_SCREEN_SCALE_FACTOR,1 14 15 env = QT_QPA_PLATFORM,wayland;xcb 15 16 env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 17 + 16 18 env = XDG_CURRENT_DESKTOP,Hyprland 17 19 env = XDG_SESSION_TYPE,wayland 18 20 env = XDG_SESSION_DESKTOP,Hyprland 21 + 19 22 env = MOZ_ENABLE_WAYLAND=1 20 23 21 24 # -- Layout --