screenshot button and gamescope rule
This commit is contained in:
@@ -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)$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user