diff --git a/.config/helix/scripts/get_git_provider_url.fish b/.config/helix/scripts/get_git_provider_url.fish index 3190c04a..afc6364b 100755 --- a/.config/helix/scripts/get_git_provider_url.fish +++ b/.config/helix/scripts/get_git_provider_url.fish @@ -55,7 +55,7 @@ end # get_git_provider_url $argv[1] $argv[2] # set -l output (get_git_provider_url $argv[1] $argv[2]) -get_git_provider_url $argv[1] $argv[2] | tee /dev/stderr | wl-copy +get_git_provider_url $argv[1] $argv[2] # echo $output # echo $output | wl-copy diff --git a/.config/waybar/config##hostname.dpad b/.config/waybar/config##hostname.dpad index 22878df8..7a23977d 100644 --- a/.config/waybar/config##hostname.dpad +++ b/.config/waybar/config##hostname.dpad @@ -19,7 +19,7 @@ "separate-outputs": true }, "custom/colcount": { - "exec": "~/dev/niri-windows/niri-windows.py", + "exec": "/home/fic/dev/utils/wayland-utils/niri-windows/niri-windows.py", "return-type": "json", "restart-interval": "never", "format": "{} " @@ -30,11 +30,11 @@ "format": "{}" }, "custom/recorder": { - "exec": "~/dev/niri-recorder/recorder.py", + "exec": "~/dev/utils/wayland-utils/recorder/recorder.py", "return-type": "json", "restart-interval": "never", - "on-click": "~/dev/niri-recorder/recorder.sh screen", - "on-click-right": "~/dev/niri-recorder/recorder.sh region", + "on-click": "~/dev/utils/wayland-utils/recorder/recorder.sh screen", + "on-click-right": "~/dev/utils/wayland-utils/recorder/recorder.sh region", "format": " {} " }, "custom/delim": {