diff options
Diffstat (limited to 'shortcuts')
| -rwxr-xr-x | shortcuts/bottles | 1 | ||||
| -rw-r--r-- | shortcuts/discord | 3 | ||||
| -rwxr-xr-x | shortcuts/godot | 3 |
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 100644 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 |
