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

bspc config border_width $1

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