From 935dee6492c3f03461ab212d0683589357eb2a63 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 22 Apr 2026 16:22:48 -0500 Subject: Use Hypr highres highrr syntax for res/rr --- hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b6a08ce..f3515b5 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,9 +1,9 @@ # See https://wiki.hypr.land/Configuring/Monitors/ #{{{ Monitor config -#monitor = DP-2, 1920x1080@75, 0x0, 1 -#monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1 -#monitor = eDP-1, 1920x1080@60, 0x0, 1 -monitor = , preferred, auto, 1 +#monitor = DP-2, highres highrr, 0x0, 1 +#monitor = HDMI-A-1, highres highrr, 1920x0, 1 +#monitor = eDP-1, highres highrr, 0x0, 1 +monitor = , highres highrr, auto, 1 #}}} # See https://wiki.hypr.land/Configuring/Keywords/ for more -- cgit v1.2.3 From 7a7e3d4f96a193e90bf17b23370e678a16eca48d Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 22 Apr 2026 16:23:11 -0500 Subject: Currently tofi works better w/o num-results --- tofi/themes/dmenu_vertical | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 2e95559..0806cdb 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -25,5 +25,5 @@ margin-right = 12 clip-to-padding=true history = false require-match = false -num-results = 15 +#num-results = 15 physical-keybindings=false -- cgit v1.2.3