daybreak.nvim/bspwm/bspwmrc

30 lines
561 B
Bash
Executable File

#!/bin/bash
# Autostart
polybar -c ~/.config/polybar/Daybreak.ini Daybreak &
xsetroot -cursor_name left_ptr &
hsetroot -fill ~/.local/share/wallpapers/wallpaper.JPG &
# ...
# ...
# Workspaces
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
# Gaps/borders
bspc config border_width 1
bspc config window_gap 4
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focused_border_color \#ffffff
bspc config normal_border_color \#270e05
# Fix bar padding
bspc config top_padding 17
# Split ratio
bspc config split_ratio 0.62
# ...