summaryrefslogtreecommitdiff
path: root/src/scripts/border
blob: 6cc515086c9c26f696354dfae88949042f562877 (plain)
1
2
3
4
5
6
#!/bin/sh

bspc config border_width $1

[ $1 = "blue" ] && bspc config focused_border_color "#099999"