2017-12-25 16:35:45 +00:00
|
|
|
#! /bin/sh
|
2017-12-25 19:07:59 +00:00
|
|
|
#
|
|
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
|
|
#
|
2017-12-25 16:35:45 +00:00
|
|
|
bspc config border_width 2
|
|
|
|
bspc config window_gap 5
|
|
|
|
|
|
|
|
bspc config split_ratio 0.5
|
|
|
|
bspc config borderless_monocle true
|
|
|
|
bspc config gapless_monocle true
|
|
|
|
bspc config click_to_focus true
|
|
|
|
|
|
|
|
bspc monitor -d 0000 0001 0010 0011 0100 0101 0110 0111
|
|
|
|
|
|
|
|
bspc rule -a Gimp desktop=^8 follow=on floating=on
|
|
|
|
bspc rule -a Chromium desktop=^2
|
|
|
|
bspc rule -a mplayer2 floating=on
|
|
|
|
bspc rule -a Screenkey manage=off
|
|
|
|
|
|
|
|
# THIS SHOULD BE THE LAST!
|
|
|
|
# Lauch polybar(s)
|
|
|
|
$HOME/.config/polybar/launch.sh
|
2017-12-26 14:55:37 +00:00
|
|
|
/usr/bin/albert
|