dot/.config/fish/functions/xfce4-notifyd.fish
2023-04-15 17:20:42 +02:00

4 lines
192 B
Fish

function xfce4-notifyd --wraps=/usr/lib/xfce4/notifyd/xfce4-notifyd --description 'alias xfce4-notifyd /usr/lib/xfce4/notifyd/xfce4-notifyd'
/usr/lib/xfce4/notifyd/xfce4-notifyd $argv;
end