dotfiles/config/borders/bordersrc
2026-07-10 10:46:41 +02:00

11 lines
155 B
Bash
Executable file

#!/usr/bin/env bash
options=(
style=round
width=10.0
hidpi=on
active_color=0xff89b4fa
inactive_color=0xff45475a
)
exec borders "${options[@]}"