aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/wrappers/stalonetray6
1 files changed, 5 insertions, 1 deletions
diff --git a/.local/bin/wrappers/stalonetray b/.local/bin/wrappers/stalonetray
index d4279ba..bcdf87c 100755
--- a/.local/bin/wrappers/stalonetray
+++ b/.local/bin/wrappers/stalonetray
@@ -1,2 +1,6 @@
#!/bin/sh -eu
-$(which stalonetray --all | grep --invert-match "local/bin" | head -n 1) --background '#000000' --window-type normal "$@";
+$(which stalonetray --all | grep --invert-match "local/bin" | head -n 1) \
+ --background '#000000' \
+ --window-type normal \
+ --window-strut none \
+ "$@";