diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-24 21:14:52 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-24 21:16:10 +0100 |
| commit | 0d821f16380339f50e183f5301ec631e7cfc227a (patch) | |
| tree | 16fd2d33e7c53c6021ba086b8c61dc0242cf2a67 /bin | |
| parent | 0845d8db118b2d10c5c5972db23ca3378d6618cb (diff) | |
bin/swq: handle sway newer than v1.7
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/swq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/swq b/bin/swq index 4d8ac4c..1fc1f8d 100755 --- a/bin/swq +++ b/bin/swq @@ -5,7 +5,7 @@ # swtree() { - swaymsg -t get_tree + swaymsg -t get_tree -r } has_appid() { |