mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
bash/usr-local-bin/beeper: wrapper that won't keep eating my flags
This commit is contained in:
parent
0db5338732
commit
908ed26235
11
bash/usr-local-bin/beeper
Executable file
11
bash/usr-local-bin/beeper
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
|
||||
# This assumes the usage of GearLever with the default directory.
|
||||
if [ -f ~/AppImages/beeper.appimage ]; then
|
||||
~/AppImages/beeper.appimage --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@"
|
||||
else
|
||||
print "Beeper not found :("
|
||||
notify-send "Beeper not found :("
|
||||
fi
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user