Gajim statt Pidgin
This commit is contained in:
parent
0921d5be2f
commit
ab53f2690f
2 changed files with 3 additions and 1 deletions
|
@ -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" &
|
||||
) ) &
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue