AutoYADM commit: 2025-04-03 16:35:19

This commit is contained in:
Daniel Fichtinger 2025-04-03 16:35:19 -04:00
parent 387833ab9a
commit 23a834f599
2 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ end
# get_git_provider_url $argv[1] $argv[2] # get_git_provider_url $argv[1] $argv[2]
# set -l output (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
# echo $output | wl-copy # echo $output | wl-copy

View file

@ -19,7 +19,7 @@
"separate-outputs": true "separate-outputs": true
}, },
"custom/colcount": { "custom/colcount": {
"exec": "~/dev/niri-windows/niri-windows.py", "exec": "/home/fic/dev/utils/wayland-utils/niri-windows/niri-windows.py",
"return-type": "json", "return-type": "json",
"restart-interval": "never", "restart-interval": "never",
"format": "{} " "format": "{} "
@ -30,11 +30,11 @@
"format": "{}" "format": "{}"
}, },
"custom/recorder": { "custom/recorder": {
"exec": "~/dev/niri-recorder/recorder.py", "exec": "~/dev/utils/wayland-utils/recorder/recorder.py",
"return-type": "json", "return-type": "json",
"restart-interval": "never", "restart-interval": "never",
"on-click": "~/dev/niri-recorder/recorder.sh screen", "on-click": "~/dev/utils/wayland-utils/recorder/recorder.sh screen",
"on-click-right": "~/dev/niri-recorder/recorder.sh region", "on-click-right": "~/dev/utils/wayland-utils/recorder/recorder.sh region",
"format": " {} " "format": " {} "
}, },
"custom/delim": { "custom/delim": {