Explorar el Código

make i3-watchers work independently of PATH envvar

systemd-xsession
padre
commit
af82cbaf3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      files/bin/i3-watchers

+ 1
- 1
files/bin/i3-watchers Ver fichero

@@ -2,4 +2,4 @@

set DIR (cd (dirname (status -f)); and pwd)

i3-msg -t subscribe -m '["workspace"]' | jq --raw-output --unbuffered 'select(.change == "focus").current.name' | xargs -n1 -r on-focus-workspace &
i3-msg -t subscribe -m '["workspace"]' | jq --raw-output --unbuffered 'select(.change == "focus").current.name' | xargs -n1 -r ~/bin/on-focus-workspace &