gamescope window rules
This commit is contained in:
parent
f629025368
commit
7874797f87
|
@ -199,6 +199,12 @@ in with lib; {
|
||||||
# Notif bind
|
# Notif bind
|
||||||
bind = $mainMod, T, exec, swaync-client -t -sw
|
bind = $mainMod, T, exec, swaync-client -t -sw
|
||||||
|
|
||||||
|
## Floating window rules
|
||||||
|
# Gamescope
|
||||||
|
windowrulev2 = float,class:^(.gamescope-wrapped)$
|
||||||
|
windowrulev2 = noborder,class:^(.gamescope-wrapped)$
|
||||||
|
windowrulev2 = rounding 0,class:^(.gamescope-wrapped)$
|
||||||
|
|
||||||
# Clipboard history management
|
# Clipboard history management
|
||||||
exec-once=wl-paste --watch cliphist store
|
exec-once=wl-paste --watch cliphist store
|
||||||
bind = $mainMod, X, exec, cliphist list | ${fuzzel-command} --dmenu | cliphist decode | wl-copy
|
bind = $mainMod, X, exec, cliphist list | ${fuzzel-command} --dmenu | cliphist decode | wl-copy
|
||||||
|
|
Loading…
Reference in New Issue