You are not logged in.
Weird starting splash screen Eclipse IDE in BSPWM.
bspwmrc
#! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
wmname LG3D &
bspc monitor -d I II III IV V VI VII VIII IX X
bspc config border_width 2
bspc config window_gap 12
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a Eclipse desktop='^3' state=floating center=on follow=on
bspc rule -a Gimp desktop='^8'
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
# Keyboard layout
setxkbmap -layout " us,ru,ua" -variant -option grp:alt_shift_toggle,terminate:ctrl_alt_bksp &
# Restore wallpaper
bash $HOME/.config/feh/fehbg &
# start compositor
picom &.bashrc
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
export _JAVA_AWT_WM_NONREPARENTING=1How it looks
https://i.imgur.com/bWoznh0.png
https://i.imgur.com/WdTNPCJ.png
Last edited by Viterzgir (2021-08-30 21:18:02)
Offline
Nevermind, I've find solution
Just add bspc rule -a Java desktop='^3' state=floating in bspwmrc file solved problem.
Last edited by Viterzgir (2021-08-30 21:20:27)
Offline