Hyprland made screenshot bindings work with pc; Fish made scp work again; recording now works with multiple screens.

This commit is contained in:
Jurn Wubben 2025-11-30 20:07:59 +01:00
parent ef2a38ef7b
commit 5a82682813
14 changed files with 169 additions and 68 deletions

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function bleprinter --wraps='ble-serial -d 60:6E:41:58:9A:3F -s 000018f0-0000-1000-8000-00805f9b34fb -r 00000000-0000-0000-0000-000000002af0 -w 00000000-0000-0000-0000-000000002af1 -p /tmp/ttyMPT2 -m 512 --write-with-response' --description 'alias bleprinter=ble-serial -d 60:6E:41:58:9A:3F -s 000018f0-0000-1000-8000-00805f9b34fb -r 00000000-0000-0000-0000-000000002af0 -w 00000000-0000-0000-0000-000000002af1 -p /tmp/ttyMPT2 -m 512 --write-with-response'
ble-serial -d 60:6E:41:58:9A:3F -s 000018f0-0000-1000-8000-00805f9b34fb -r 00000000-0000-0000-0000-000000002af0 -w 00000000-0000-0000-0000-000000002af1 -p /tmp/ttyMPT2 -m 512 --write-with-response $argv
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function cat --wraps=bat --description 'alias cat=bat'
bat $argv
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function cdc --wraps='chezmoi cd' --description 'alias cdc=chezmoi cd'
chezmoi cd $argv
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function cz --wraps=chezmoi --description 'alias cz=chezmoi'
chezmoi $argv
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function du --wraps=dua --description 'alias du=dua'
dua $argv
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function fish_greeting
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function hx --wraps=helix --description 'alias hx=helix'
helix $argv
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function hxc --wraps='chezmoi edit' --description 'alias hxc=chezmoi edit'
chezmoi edit $argv
end

View file

@ -1,3 +1,7 @@
if not status is-interactive
exit
end
function hxs --wraps=sudoedit --description 'alias hxs=sudoedit'
sudoedit $argv
end