Added steam
This commit is contained in:
parent
f07cd55c58
commit
1fe57bc67f
4 changed files with 32 additions and 0 deletions
|
@ -120,6 +120,10 @@ in {
|
|||
"$mod, down, movefocus, d"
|
||||
"$mod, F, fullscreen"
|
||||
|
||||
# Special Workspaces
|
||||
"$mod SHIFT, F, movetoworkspacesilent, special"
|
||||
"$mod, s, togglespecialworkspace,"
|
||||
|
||||
# Screenshot
|
||||
"$mod SHIFT, s, exec, grim -g \"$(slurp -d)\" - | wl-copy"
|
||||
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
opacity = 0.8;
|
||||
blur = true;
|
||||
};
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
gamescope = true;
|
||||
};
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue