1
0
forked from extern/nix-config
donovanglover-nix-config/dotfiles/.config/bspwm/bspwmrc
2018-01-04 23:47:14 -05:00

25 lines
531 B
Bash

#!/bin/sh
sxhkd &
bspc monitor -d 1 2 3 4 5 6
bspc config border_width 15
bspc config window_gap 20
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a mpv state=floating
bspc rule -a feh state=floating
# Always focus the window under the cursor
# when moving the mouse, similar to i3
bspc config focus_follows_pointer true
# Colors
#bspc config normal_border_color
#bspc config active_border_color
#bspc config focused_border_color