Created
January 16, 2016 16:12
-
-
Save professorjamesmoriarty/b40173b79358c3c45c61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
bspc config border_width 2 | |
bspc config window_gap 0 | |
bspc config split_ratio 0.50 | |
bspc config borderless_monocle false | |
bspc config gapless_monocle false | |
bspc config focus_by_distance true | |
bspc config adaptive_raise true | |
bspc config normal_frame_opacity 1.00 | |
bspc config focused_frame_opacity 1.00 | |
# border colors | |
############### | |
#bspc config focused_border_color "#b3b4b1" | |
bspc config focused_border_color "#7A378B" | |
bspc config normal_border_color "#1d1d1d" | |
bspc config active_border_color "#4a708b" | |
#bspc config active_border_color "#b3b4b1" | |
bspc config presel_border_color "#d43f10" | |
bspc config urgent_border_color "#d43f10" | |
bspc config focus_follows_pointer false | |
bspc config ignore_ewmh_focus true | |
#bspc monitor -d 1 2 3 4 5 | |
bspc monitor HDMI1 -d VI VII VIII IX X | |
bspc monitor VGA1 -d I II III IV V | |
bspc rule -a urxvt window=pseudo_tiled | |
bspc rule -a mupdf window=pseudo_tiled | |
#bspc rule -a Gimp desktop=^8 follow=on floating=on | |
#bspc rule -a Firefox desktop=^2 | |
bspc rule -a qutebrowser desktop=^2 | |
#bspc rule -a bomi desktop=^4 | |
#bspc rule -a mplayer2 floating=on | |
#bspc rule -a Kupfer.py focus=on | |
#bspc rule -a Screenkey manage=off | |
PANEL_HEIGHT=16 | |
PANEL_FIFO="/tmp/panel-fifo" | |
bspc config -m VGA1 top_padding $PANEL_HEIGHT | |
#bspc config top_padding $PANEL_HEIGHT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment