Setup slippi for playing melee online
Also sets up monitor to run at 120Hz and prevents sway from locking when any window is fullscreen (kept locking while I was playing)
This commit is contained in:
parent
9890cc2870
commit
ce3d7e48ac
4 changed files with 130 additions and 4 deletions
|
@ -74,12 +74,21 @@
|
|||
};
|
||||
};
|
||||
|
||||
window.commands = [
|
||||
{
|
||||
command = "inhibit_idle fullscreen";
|
||||
criterira = {class = ".*";};
|
||||
}
|
||||
];
|
||||
|
||||
focus.followMouse = false;
|
||||
|
||||
output = {
|
||||
"*".bg = "${config.home.homeDirectory}/wallpaper.png fill";
|
||||
"eDP-1".scale = "1";
|
||||
|
||||
"Unknown ASUS VG24V 0x00007AAC".mode = "1920x1080@120Hz";
|
||||
|
||||
"Dell Inc. DELL S2721QS 47W7M43" = {
|
||||
transform = "270";
|
||||
position = "1920 0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue