diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1b34d5d..06d3845 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -33,8 +33,9 @@ $menu = wofi --show drun $notificationDaemon = dunst -$screenShot = grim -g "$(slurp -d)" - | wl-copy -t image/png +$screenShot = wayfreeze --after-freeze-cmd 'grim -g "$(slurp -d)" - | wl-copy -t image/png;killall wayfreeze' --hide-cursor $quickshellBar = quickshell +$steam = steam ################# ### AUTOSTART ### @@ -43,9 +44,9 @@ $quickshellBar = quickshell # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: - exec-once = $notificationDaemon exec-once = $quickshellBar +exec-once = $steam ############################# ### ENVIRONMENT VARIABLES ### @@ -54,7 +55,7 @@ exec-once = $quickshellBar # See https://wiki.hypr.land/Configuring/Environment-variables/ env = XCURSOR_SIZE,24 -env = HYPRCURSOR_SIZE,16 +env = HYPRCURSOR_SIZE,24 ################### @@ -293,6 +294,9 @@ windowrule = suppressevent maximize, class:.* # Gamescope / games on workspace 5 windowrule = workspace 5 silent, class:^(gamescope)$ +# Gamescope tearing +windowrule = immediate, class:^(gamescope)$ + # Steam on workspace 6 windowrule = workspace 6 silent, class:^(steam)$