This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make i3-watchers work independently of PATH envvar
systemd-xsession
Markus Katharina Brechtel
3 years ago
parent
f5eaf9d335
commit
af82cbaf3b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
files/bin/i3-watchers
+ 1
- 1
files/bin/i3-watchers
View 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 &