From 20a112ca924e00cb328a01e643a7d806db1f1782 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 22 Dec 2020 13:33:22 -0700 Subject: Separate bars and make common config for bars --- .config/bspwm/bspwmrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.config/bspwm') diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 1ccfe1f..461993a 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -44,7 +44,7 @@ else fi # -# Config. +# Config (defaults). # # General. @@ -85,11 +85,8 @@ bspc config normal_border_color $COLOR_BLACK_ALT bspc config active_border_color $COLOR_YELLOW bspc config focused_border_color $COLOR_CYAN -# # Rules. -# - -# Windows. +bspc rule -a *:*:"Picture-in-Picture" state=floating rectangle=640x360+640+360 # bspc rule -a Gimp desktop='^8' state=floating follow=on # bspc rule -a Chromium desktop='^2' # bspc rule -a mplayer2 state=floating -- cgit v1.2.3-54-g00ecf