diff options
Diffstat (limited to 'dotfiles/.scripts/swaygetcurrentwindow')
-rwxr-xr-x | dotfiles/.scripts/swaygetcurrentwindow | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dotfiles/.scripts/swaygetcurrentwindow b/dotfiles/.scripts/swaygetcurrentwindow deleted file mode 100755 index e6403a6..0000000 --- a/dotfiles/.scripts/swaygetcurrentwindow +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -xydata=$(swaymsg -t get_tree | grep -B 5 '"focused": true' | head -n 4 | tr -d '\n\r' | sed -e 's/[^0-9,]//g' -e 's/,/ /2' -e 's/,/x/2') - -echo $xydata |