AutoYADM commit: 2025-05-23 14:33:03

This commit is contained in:
Daniel Fichtinger 2025-05-23 14:33:03 -04:00
parent 6d8f2552fa
commit e2e625d72b
2 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,8 @@ evaluate-commands %sh{
mkdir -p "$kak_config/bundle" &>/dev/null mkdir -p "$kak_config/bundle" &>/dev/null
git clone https://codeberg.org/jdugan6240/kak-bundle "$kak_config/bundle/kak-bundle" &>/dev/null git clone https://codeberg.org/jdugan6240/kak-bundle "$kak_config/bundle/kak-bundle" &>/dev/null
echo "bundle-install" echo "bundle-install"
else
echo "nop"
fi fi
} }

View file

@ -15,8 +15,13 @@
"clock" "clock"
], ],
"niri/window": { "niri/window": {
"max-length": 50, "max-length": 100,
"separate-outputs": true "separate-outputs": true,
"expand": true,
"format": "{}",
"rewrite": {
"(.*) - Kakoune": "$1"
}
}, },
"custom/colcount": { "custom/colcount": {
"exec": "/home/fic/dev/utils/wayland-utils/niri-windows/niri-windows.py", "exec": "/home/fic/dev/utils/wayland-utils/niri-windows/niri-windows.py",