From cac1e1545defeb0e661e7c4fdf3fd7c35743a1a7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:58:03 +1100 Subject: shell: start shell if no args Also pip daemon log started --- pip.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'pip.fish') diff --git a/pip.fish b/pip.fish index bbea9e7..b0257f3 100755 --- a/pip.fish +++ b/pip.fish @@ -39,6 +39,7 @@ function handle-window -a address workspace end if set -q _flag_d + log 'Daemon started' socat -U - UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock | while read line switch $line case 'openwindow*' -- cgit v1.2.3-freya