Skip to content

Instantly share code, notes, and snippets.

@tmathmeyer
Created May 17, 2016 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmathmeyer/ec1ff5f2e3378103ed21f88680c99848 to your computer and use it in GitHub Desktop.
Save tmathmeyer/ec1ff5f2e3378103ed21f88680c99848 to your computer and use it in GitHub Desktop.
feh --bg-tile /home/ted/.rwpcd/pine.jpg
BORDER=3
PADDING=0
bspc config right_padding $PADDING
bspc config left_padding $PADDING
bspc config border_width $BORDER
bspc config window_gap -$BORDER
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_by_distance true
bspc config normal_frame_opacity 0.0
bspc config focused_frame_opacity 0.1
bspc config focus_follows_pointer true
bspc config top_padding $(expr 27 + $BORDER)
bspc config normal_border_color '#a57451'
bspc config focused_border_color '#d5c4a1'
bspc config presel_border_color '#d79921'
bspc config normal_sticky_border_color '#1d2021'
bspc config focused_sticky_border_color '#d5c4a1'
bspc config urgent_border_color '#cc241d'
bspc monitor -d "web" "</>" "*@*" "other"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment