diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 709dfc0..364d12a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,5 +1,5 @@ monitor = DP-2, 2560x1440@165, 0x0, 1 -monitor = DP-3, 3840x2160@165, 2560x-720,1 +monitor = DP-3, 3840x2160@165, 2560x-720,1.25 $terminal = foot $browser = firefox @@ -14,7 +14,7 @@ exec-once = dunst exec-once = hypridle exec-once = gpg-agent --daemon exec-once = sing-box run -c /mnt/ssd/settings/config.json -exec-once = sleep 2 && waybar +exec-once = waybar env = QT_SCREEN_SCALE_FACTORS,1;1 env = XCURSOR_SIZE,24 @@ -198,3 +198,7 @@ workspace = 1, monitor:DP-2 workspace = 2, monitor:DP-2 workspace = 3, monitor:DP-3 workspace = 4, monitor:DP-3 + +ecosystem { + no_update_news = true +} |