Add gaming workspace

Enable vrr on Vanguard
This commit is contained in:
Evie Litherland-Smith 2023-08-28 09:43:36 +01:00
parent 5712d80ebe
commit 3641b99a12
3 changed files with 10 additions and 0 deletions

View file

@ -187,6 +187,12 @@ in ''
bind = SUPER SHIFT, S, movetoworkspace, name:music
windowrulev2 = workspace name:music,title:(ncspot)
# gaming
bind = SUPER, G, moveworkspacetomonitor, name:gaming current
bind = SUPER, G, workspace, name:gaming
bind = SUPER SHIFT, G, movetoworkspace, name:gaming
windowrule = workspace name:gaming,(steam)
# vault
bind = SUPER, V, moveworkspacetomonitor, name:vault current
bind = SUPER, V, workspace, name:vault

View file

@ -11,6 +11,7 @@
"chat" = "󰭹";
"library" = "󰮩";
"music" = "󰲸";
"gaming" = "󰓓";
"vault" = "󰌾";
"remote" = "󰢹";
"1" = "󰎦";

View file

@ -14,6 +14,9 @@ in
};
programs.home-manager.enable = true;
xdg.configFile."hypr/display.conf".text = ''
misc {
vrr = 2
}
monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1
'';
}