summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
context:
space:
mode:
Diffstat (limited to 'shortcuts')
-rwxr-xr-xshortcuts/bottles1
-rwxr-xr-xshortcuts/discord3
-rwxr-xr-xshortcuts/godot3
3 files changed, 7 insertions, 0 deletions
diff --git a/shortcuts/bottles b/shortcuts/bottles
new file mode 100755
index 0000000..bd26412
--- /dev/null
+++ b/shortcuts/bottles
@@ -0,0 +1 @@
+flatpak run com.usebottles.bottles \ No newline at end of file
diff --git a/shortcuts/discord b/shortcuts/discord
new file mode 100755
index 0000000..52af980
--- /dev/null
+++ b/shortcuts/discord
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+discord-screenaudio \ No newline at end of file
diff --git a/shortcuts/godot b/shortcuts/godot
new file mode 100755
index 0000000..a2d74f9
--- /dev/null
+++ b/shortcuts/godot
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+godot-mono --single-window \ No newline at end of file