1
0
forked from extern/nix-config
donovanglover-nix-config/dotfiles/.config/bspwm/bspwmrc

26 lines
533 B
Plaintext
Raw Normal View History

#!/bin/sh
sxhkd &
2018-01-05 05:47:14 +01:00
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
2018-01-05 05:47:14 +01:00
bspc rule -a feh state=floating
# Always focus the window under the cursor
2018-01-06 05:58:46 +01:00
# while moving the mouse, similar to i3
2018-01-05 05:47:14 +01:00
bspc config focus_follows_pointer true
# Colors
#bspc config normal_border_color
#bspc config active_border_color
#bspc config focused_border_color
2018-01-06 05:58:46 +01:00