From d26f5bd30fc083ec7db93468beca83fade5b2d4b Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Fri, 9 Jan 2026 19:19:28 +0530 Subject: [PATCH] Updated hyprland config Closes #30 --- setup | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) mode change 100755 => 100644 setup diff --git a/setup b/setup old mode 100755 new mode 100644 index d9d841e..eff1b38 --- a/setup +++ b/setup @@ -256,9 +256,12 @@ sed -n '/^###HYPRLANDCONF########$/,/^##HYPRLANDCONFEND######$/p' ~/arch_install ################# # ## See https://wiki.hyprland.org/Configuring/Monitors/ -## monitor=DP-2, 2560x1080@99.94, 0x0, 1, bitdepth, 10, cm, hdr, sdrbrightness,1.2, sdrsaturation, 0.98, vrr, 1 -# -#monitor = , preferred, auto, 1 +##monitor=DP-2, 2560x1080@99.94, 0x0, 1, bitdepth, 10, cm, hdr, sdrbrightness, 1.2, sdrsaturation, 0.98, vrr, 1 +#monitor=DP-2, 2560x1080@99.94, 0x0, 1, vrr, 1 +##monitor=HDMI-A-2, 1920x1080@120.00, 0x0, 1, bitdepth, 10, cm, hdr, sdrbrightness, 1.2, sdrsaturation, 0.98, vrr, 1 +##monitor=HDMI-A-2, 1920x1080@120.00, 0x0, 1, vrr, 1 +##monitor=DP-2, disable +#monitor=HDMI-A-2, disable # #################### #### MY PROGRAMS ### @@ -283,7 +286,6 @@ sed -n '/^###HYPRLANDCONF########$/,/^##HYPRLANDCONFEND######$/p' ~/arch_install #exec-once = dunst #exec-once = hyprpolkitagent #exec-once = hyprpaper -#exec-once = syncthing --no-browser #exec-once = udiskie # ############################## @@ -291,13 +293,20 @@ sed -n '/^###HYPRLANDCONF########$/,/^##HYPRLANDCONFEND######$/p' ~/arch_install ############################## ## See https://wiki.hyprland.org/Configuring/Environment-variables/ # +##Nvidia GPU ##env = LIBVA_DRIVER_NAME,nvidia ##env = __GLX_VENDOR_LIBRARY_NAME,nvidia + +##Hyprland #env = XDG_CURRENT_DESKTOP,Hyprland #env = XDG_SESSION_TYPE,wayland #env = XDG_SESSION_DESKTOP,Hyprland #env = XCURSOR_SIZE,24 #env = HYPRCURSOR_SIZE,24 + +##QT +#env = QT_QPA_PLATFORMTHEME,qt5ct + #################### #### PERMISSIONS ### #################### @@ -510,17 +519,17 @@ sed -n '/^###HYPRLANDCONF########$/,/^##HYPRLANDCONFEND######$/p' ~/arch_install ## See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules # ## windowrules for pinning windows to specific workspaces -#windowrule = workspace 4 silent,title:Steam -#windowrule = workspace 8 silent,title:.*qutebrowser -#windowrule = workspace 6 silent,title:.*Discord -#windowrule = workspace 3 silent,title:.*Blender -#windowrule = workspace 5 silent,title:.*mpv +#windowrule = workspace 4 silent, match:title .*Steam.* +#windowrule = workspace 8 silent,match:title .*qutebrowser +#windowrule = workspace 6 silent,match:title .*Discord +#windowrule = workspace 3 silent,match:title .*Blender +#windowrule = workspace 5 silent,match:title .*mpv # ## Ignore maximize requests from apps. You'll probably like this. -#windowrule = suppressevent maximize, class:.* +#windowrule = suppress_event maximize, match:class .* # ## Fix some dragging issues with XWayland -#windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 +#windowrule = no_initial_focus on,match:class .*,match:title .*,match:xwayland 1,match:float 1,match:fullscreen 0,match:pin 0 # ####################### ##HYPRLANDCONFEND######