bspwm-ricinglisted
Install: claude install-skill aldiipratama/dyy-plugin
# BSPWM Ricing Skill
## Reloading Configurations
Reload the active bspwm manager and sxhkd hotkeys:
```bash
# Reload WM rules and layout
bspc wm -r
# Reload sxhkd keybinds
pkill -USR1 -x sxhkd
```
## Layout Customization
Gaps and border width customization:
```bash
# Update gaps dynamically
bspc config window_gap 8
# Update border width
bspc config border_width 2
```