Home

Awesome

tacky-borders

image tacky-borders lets you customize the borders on Windows 11 (and maybe 10?).

Installation

Download your desired version from the releases page, unzip it, and run the .exe! tacky-borders will automatically generate a config file for you in %userprofile%/.config/tacky-borders/.

Alternatively, if you want to build it yourself, first make sure you have installed the required tools such as rustup, cargo, and MSVC build tools. Then, just clone the repo, cd into tacky-borders, and do cargo build or cargo run

Uninstallation

Just delete the .exe and the config file located in %userprofile%/.config/tacky-borders/.

Configuration Options

The config.yaml is located in %userprofile%/.config/tacky-borders/. You can easily access this folder by right clicking on the tray icon and hitting "Show Config"

The following options are customizable and are included in the auto-generated config file:

Additionally, there are some optional config options that are not included in the auto-generated config file:

Unfortunately, these delays are necessary due to limitations with the Win32 API regarding window animations.

Comparison to cute-borders

Here is another great app that achieves similar fuctionality: https://github.com/keifufu/cute-borders. I've taken a lot of inspiration from them and would highly recommend checking them out! Our apps have totally different implementations, each with their own limitations, but which one you should use boils down to the following:

I recommend using tacky-borders if you want:

Otherwise, I recommend using cute-borders because I find it to be more stable and performant.