Updated hyprland config

Closes #30
This commit is contained in:
2026-01-09 19:19:28 +05:30
parent 72fd6cfbaf
commit d26f5bd30f

29
setup Executable file → Normal file
View File

@@ -257,8 +257,11 @@ 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, 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######