diff --git a/win/WindowsTerminal/settings.json b/win/WindowsTerminal/settings.json index 5dec5c8..8963f64 100644 --- a/win/WindowsTerminal/settings.json +++ b/win/WindowsTerminal/settings.json @@ -35,7 +35,7 @@ "cursorShape": "filledBox", // https://github.com/laishulu/Sarasa-Mono-SC-Nerd/releases/latest "fontFace": "Sarasa Mono SC Nerd", - "fontSize": 10 + "fontSize": 12 }, "list": [ { diff --git a/win/win.ahk b/win/win.ahk index 440e64e..bd468e9 100644 --- a/win/win.ahk +++ b/win/win.ahk @@ -168,7 +168,7 @@ MoveActiveWinByDirection(direction) { GetCursorMonGeometry(x, y, w, h) activeWinId := WinExist("A") WinGetPosEx(activeWinId, wx, wy, ww, wh, l, t, r, b) - wx := x + wx := x wy := y ww := floor(w * RATIO) wh := h @@ -186,4 +186,4 @@ ToggleActiveWinMaximum() { } else { WinMaximize, A } -} \ No newline at end of file +}