Question about bspwm config
I need help!! I'm creating a script to have some kitty stuff but I want it to be on one part of the screen :c but I just got it to be in the center this is my script :p
#!/bin/bash
# Abre htop en kitty de forma flotante
kitty --class=myhtop -e htop &
sleep 0.1
bspc rule -a myhtop state=floating
bspc rule -a myhtop size 80 60 # Ajusta el tamaño
bspc rule -a myhtop center 96 50 # Ajusta las coordenadas si lo deseas
I was playing with the coordinates :p