diff --git a/bspwm/.config/bspwm/autostart b/bspwm/.config/bspwm/autostart index 92f38af..2644930 100755 --- a/bspwm/.config/bspwm/autostart +++ b/bspwm/.config/bspwm/autostart @@ -25,6 +25,7 @@ nice ~/.config/scripts/bar2.sh 2>&1 1>~/.baroutput & # Autostart programs ( sleep 3; ( nice thunderbird & -nice pidgin & +#nice pidgin & +nice gajim & nice urxvt -name "Weechat" -e "weechat" & ) ) & diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index d8171b1..abb9d23 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -43,6 +43,7 @@ bspc rule -a "Psi-plus" desktop='LVDS1:^9' bspc rule -a "Thunderbird" desktop='LVDS1:^9' bspc rule -a "Weechat:*" desktop='LVDS1:^9' bspc rule -a "Pidgin:*" desktop='LVDS1:^9' +bspc rule -a "Gajim" desktop='LVDS1:^9' bspc rule -a viewnior state=floating bspc rule -a feh state=floating