AutoYADM commit: 2025-05-23 14:33:03
This commit is contained in:
parent
6d8f2552fa
commit
e2e625d72b
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue