Add gaming workspace
Enable vrr on Vanguard
This commit is contained in:
parent
5712d80ebe
commit
3641b99a12
|
@ -187,6 +187,12 @@ in ''
|
||||||
bind = SUPER SHIFT, S, movetoworkspace, name:music
|
bind = SUPER SHIFT, S, movetoworkspace, name:music
|
||||||
windowrulev2 = workspace name:music,title:(ncspot)
|
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
|
# vault
|
||||||
bind = SUPER, V, moveworkspacetomonitor, name:vault current
|
bind = SUPER, V, moveworkspacetomonitor, name:vault current
|
||||||
bind = SUPER, V, workspace, name:vault
|
bind = SUPER, V, workspace, name:vault
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"chat" = "";
|
"chat" = "";
|
||||||
"library" = "";
|
"library" = "";
|
||||||
"music" = "";
|
"music" = "";
|
||||||
|
"gaming" = "";
|
||||||
"vault" = "";
|
"vault" = "";
|
||||||
"remote" = "";
|
"remote" = "";
|
||||||
"1" = "";
|
"1" = "";
|
||||||
|
|
|
@ -14,6 +14,9 @@ in
|
||||||
};
|
};
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
xdg.configFile."hypr/display.conf".text = ''
|
xdg.configFile."hypr/display.conf".text = ''
|
||||||
|
misc {
|
||||||
|
vrr = 2
|
||||||
|
}
|
||||||
monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1
|
monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue