Install jankyborders

This commit is contained in:
Tobias Ostner 2026-07-10 10:46:41 +02:00
parent 914d759a93
commit 204bd26878
2 changed files with 28 additions and 0 deletions

11
config/borders/bordersrc Executable file
View file

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