diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-10-26 00:31:16 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-10-26 00:31:16 +0900 |
| commit | 167829d29f4d80a5ed8b10b044a279c37315dc2c (patch) | |
| tree | a468002b1cd1b4322f3f2392ca09bdfb427dff5b /config/hypr/configs | |
| parent | 0939949c87b46acc3c91bd4a0e08e4ce5f50d5f4 (diff) | |
small updates
Diffstat (limited to 'config/hypr/configs')
| -rw-r--r-- | config/hypr/configs/ENVariables.conf | 5 | ||||
| -rw-r--r-- | config/hypr/configs/Monitors.conf | 19 |
2 files changed, 20 insertions, 4 deletions
diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf index e7f12818..c909976a 100644 --- a/config/hypr/configs/ENVariables.conf +++ b/config/hypr/configs/ENVariables.conf @@ -19,12 +19,11 @@ env = QT_AUTO_SCREEN_SCALE_FACTOR,1 #env = MOZ_ENABLE_WAYLAND,1 # NVIDIA -# This is from Hyprland Wiki -# As a start, I only recommend to enable the WLR_NO_HARD_CURSORS. +# This is from Hyprland Wiki. As a start, WLR_NO_HARDWARE_CURSORS 1 will be activated if nvidia gpu detected #env = WLR_NO_HARDWARE_CURSORS,1 #env = LIBVA_DRIVER_NAME,nvidia #env = __GLX_VENDOR_LIBRARY_NAME,nvidia -#env = GBM_BACKEND,nvidia-drm #if I enable this, Hyprland will crash +#env = GBM_BACKEND,nvidia-drm #env = __NV_PRIME_RENDER_OFFLOAD,1 #env = __VK_LAYER_NV_optimus,NVIDIA_only diff --git a/config/hypr/configs/Monitors.conf b/config/hypr/configs/Monitors.conf index 0856594f..4587d6b0 100644 --- a/config/hypr/configs/Monitors.conf +++ b/config/hypr/configs/Monitors.conf @@ -1,19 +1,36 @@ # Monitor Configuration +# See Hyprland wiki for more details +# https://wiki.hyprland.org/Configuring/Monitors/ # Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info. # Monitors monitor=,preferred,auto,1 # my G15 Laptop -# monitor = eDP-1, preferred, auto, 1 +#monitor = eDP-1, preferred, auto, 1 #monitor = eDP-1, 2560x1440@165, 0x0, 1 #own screen #monitor = DP-2, preferred, auto, 1 #my Samsung Odyssey-G7 #monitor = DP-1, preferred, auto, 1 #monitor = HDMI-A-1, preferred,auto,1 + # QEMU #monitor = Virtual-1, 1920x1080@60,auto,1 +# Hi Refresh Rate +#monitor=,highrr,auto,1 + +# High Resolution +#monitor=,highres,auto,1 + +# to disable a monitor +#monitor=name,disable + +# Mirror +#monitor=DP-3,1920x1080@60,0x0,1,mirror,DP-2 +#monitor=,preferred,auto,1,mirror,eDP-1 + + # Example : #monitor=eDP-1,2560x1440@165,0x0,1 #workspace=HDMI-A-1,1 |
