user services + wm in hjr, some qs workaround

This commit is contained in:
atagen 2025-10-29 12:27:35 +11:00
parent 9e3aa574eb
commit cb44e16d76
19 changed files with 393 additions and 361 deletions

View file

@ -51,12 +51,7 @@ in
echo (fish_prompt_pwd_dir_length=100 prompt_pwd): $argv;
end
function fish_command_not_found
set args (count $argv)
if [ $args -gt 1 ]
${comma} "$argv[1]" "$argv[2..]"
else
${comma} "$argv[1]"
end
${comma} $argv
end
'';
};