aboutsummaryrefslogtreecommitdiff
path: root/bin/memezoom
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-01-13 09:24:12 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-01-13 09:24:12 -0500
commit128eec2ebf2b206b072463cd4c792cdd93664ca2 (patch)
treefc5a9ac35b6a8d84cd659ece33a764c5aa5beff4 /bin/memezoom
parentce07d4c3f62e4134b3869d02b091b911c40b945d (diff)
wranglin
Diffstat (limited to 'bin/memezoom')
-rwxr-xr-xbin/memezoom2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/memezoom b/bin/memezoom
index f7dbb44..378160c 100755
--- a/bin/memezoom
+++ b/bin/memezoom
@@ -13,7 +13,7 @@ TMP=""
main() {
TMP=$(mktemp)
grim -g "$(eval echo "$FOCUSED")" "$TMP"
- imv -u nearest_neighbour "$TMP" -f
+ imv -u nearest_neighbour "$TMP" -f -d
#swaymsg '[app_id="imv"] fullscreen enable'
}