From 438f86a4960ee59e6ce07a27cce893e69f40ba42 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 9 Jun 2023 12:42:20 -0500 Subject: launch xdph and set both monitors to 60 --- hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cf7a604..6a663f5 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,7 +1,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config monitor = , preferred, auto, 1 -monitor = HDMI-A-1, 1920x1080@75, 0x0, 1 +monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 monitor = DP-1, 1920x1080@60, 1920x0, 1 #}}} @@ -12,6 +12,7 @@ monitor = DP-1, 1920x1080@60, 1920x0, 1 # exec-once = waybar & hyprpaper & firefox exec-once = ~/.config/autostart.sh exec-once = /usr/lib/polkit-kde-authentication-agent-1 +exec-once = xdph #}}} # Source a file (multi-file configs) -- cgit v1.2.3