Cesar Blender

Results 7 comments of Cesar Blender

I have a similar bug, but it doesn't open anyway, I checked the task manager and I saw a new task (the lapce task) but it desappears after seconds. The...

@adam-becker I have old graphics, in specific, I'm using the Pentium Dual-Core CPU integrated graphics, and it only support OpenGL 1.4 and earlier (I recently added a .dll file that...

Have planned to add support for old graphic cards, or is it not convenient at all?

Intenta creando un archivo llamado `~/.xprofile`, y escribe en el `picom &`, puedes hacerlo con `echo "picom &" >> ~/.xprofile" y elimina picom del `autostart.sh` si no funciona, haz ejecutable...

Removed unused keymap. `kb-row-up: "Up,Control+p,ISO_Left_Tab";` and `kb-row-tab: "Tab";` is no longer necesary. And it causes errors.

Can you share your `~/.config/qtile/autostart.sh` and your `~/.config/qtile/config.py`? I believe I can help you.

in the official Qtile documentation this is the way to create an `autostart.sh` ```sh #!/bin/sh # Your programs # Example: pidgin & dropbox start & ``` ```python import os import...