dotfiles

My personal dotfiles
git clone git://pcardensab.com/dotfiles
Log | Files | Refs | Submodules | README

bspwmrc (806B)


      1 #!/bin/sh
      2 
      3 pgrep -x sxhkd > /dev/null || sxhkd &
      4 
      5 bspc monitor -d I II III IV V VI VII VIII IX X
      6 
      7 bspc config border_width         2
      8 bspc config window_gap          12
      9 bspc config focused_border_color '#444444'
     10 bspc config normal_border_color  '#BBBBBB'
     11 
     12 bspc config split_ratio          0.52
     13 bspc config borderless_monocle   true
     14 bspc config gapless_monocle      true
     15 
     16 bspc rule -a Matplotlib state=floating
     17 bspc rule -a matplotlib state=floating
     18 bspc rule -a latexocr state=floating
     19 bspc rule -a R_x11 state=floating
     20 bspc rule -a Screenkey manage=off
     21 bspc rule -a st-256color state=pseudo_tiled
     22 bspc rule -a st-256color:*:watch state=floating sticky=on
     23 bspc rule -a URxvt state=pseudo_tiled
     24 bspc rule -a Zathura state=tiled
     25 bspc rule -a qutebrowser locked=on
     26 
     27 bspc rule -a Emacs state=floating sticky=on