We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Al copiar la configuración el todo funciona de manera correcta a excepción del la línea 190 del archivo .config/spectrwm/spectrwm.conf
quirk[trayer] = FLOAT + ANYWHERE + MINIMALBORDER + NOFOCUSCYCLE + NOFOCUSONMAP
No es posible mover el Trayer. Se cambió por la siguiente línea.
quirk[trayer:panel] += FLOAT + ANYWHERE + NOFOCUSCYCLE + NOFOCUSONMAP + MINIMALBORDER
Esto debido a que xprop arrojo lo siguiente.
WM_CLASS(STRING) = "panel", "trayer"
Una vez hecho esto y reiniciado Spectrwm el Trayer, funcionó con normalidad.
También se modificó autostart.sh.
trayer \ --monitor primary \ --SetDockType false \ --SetPartialStrut false \ --edge top \ --widthtype pixel \ --width 100 \ --heighttype pixel \ --height 18 \ --align right \ --margin 455 \ --transparent true \ --alpha 0 \ --tint 0x0F101A \ --iconspacing 3 \ --distance 1 &
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Al copiar la configuración el todo funciona de manera correcta a excepción del la línea 190 del archivo .config/spectrwm/spectrwm.conf
quirk[trayer] = FLOAT + ANYWHERE + MINIMALBORDER + NOFOCUSCYCLE + NOFOCUSONMAP
No es posible mover el Trayer. Se cambió por la siguiente línea.
quirk[trayer:panel] += FLOAT + ANYWHERE + NOFOCUSCYCLE + NOFOCUSONMAP + MINIMALBORDER
Esto debido a que xprop arrojo lo siguiente.
WM_CLASS(STRING) = "panel", "trayer"
Una vez hecho esto y reiniciado Spectrwm el Trayer, funcionó con normalidad.
También se modificó autostart.sh.
trayer \ --monitor primary \ --SetDockType false \ --SetPartialStrut false \ --edge top \ --widthtype pixel \ --width 100 \ --heighttype pixel \ --height 18 \ --align right \ --margin 455 \ --transparent true \ --alpha 0 \ --tint 0x0F101A \ --iconspacing 3 \ --distance 1 &
The text was updated successfully, but these errors were encountered: