Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-home
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
make i3-watchers work independently of PATH envvar
systemd-xsession
Markus Katharina Brechtel
4 anni fa
parent
f5eaf9d335
commit
af82cbaf3b
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
files/bin/i3-watchers
+ 1
- 1
files/bin/i3-watchers
Vedi File
@@ -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 &