diff options
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.conf | 3 | 
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)  | 
