summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-06-09 12:42:20 -0500
committerzachir <zachir@librem.one>2023-06-09 12:42:20 -0500
commit438f86a4960ee59e6ce07a27cce893e69f40ba42 (patch)
tree24aacbfce4471dfdcdea7db08e0c91cb589b6e0d
parentb3523f16283ce7e40ea6839ab4b2e5c1917bc068 (diff)
launch xdph and set both monitors to 60
-rw-r--r--hypr/hyprland.conf3
1 files changed, 2 insertions, 1 deletions
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)