diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-25 18:06:20 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-25 18:06:20 +0300 |
commit | d36d789940c5ea4519fddcb01b985104c7858aa6 (patch) | |
tree | f839f2ab48c66e2f4839976021083db5ee7e673f /dotfiles/.local/bin/ddquakemite | |
parent | 49889fc2619e28e0f1e7501551d80e3d6619e30a (diff) | |
download | swayrice-d36d789940c5ea4519fddcb01b985104c7858aa6.tar.gz swayrice-d36d789940c5ea4519fddcb01b985104c7858aa6.zip |
Adapt scripts to new waybar height
(I know this is a bit hacky)
Diffstat (limited to 'dotfiles/.local/bin/ddquakemite')
-rwxr-xr-x | dotfiles/.local/bin/ddquakemite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/ddquakemite b/dotfiles/.local/bin/ddquakemite index 8760e14..c38225a 100755 --- a/dotfiles/.local/bin/ddquakemite +++ b/dotfiles/.local/bin/ddquakemite @@ -10,7 +10,7 @@ else $TERMINAL -t "ddterminal" -e tmuxatt & sleep 0.2s currenty=$(swaygetcurrentwindow | cut -d ' ' -f1 | cut -d ',' -f2 ) - let moveup=$currenty-25 + let moveup=$currenty-30 swaymsg move up "$moveup px" fi |