1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Don't use runuser

This commit is contained in:
RGBCube 2023-11-13 21:23:44 +03:00
parent 90e42da956
commit 2bd9c15e51
No known key found for this signature in database

View file

@ -13,9 +13,9 @@ $env.ENV_CONVERSIONS.PATH = {
}
def hx [...arguments] {
runuser --user nixos kitty @ set-spacing padding=0
kitty @ set-spacing padding=0
^hx $arguments
runuser --user nixos kitty @ set-spacing padding=10
kitty @ set-spacing padding=10
}