diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-10-12 21:39:45 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-10-12 21:39:45 -0400 |
| commit | ae201197d96cc3989773da7dfd66b3e7291fe16f (patch) | |
| tree | 7f2e21248bedea4488c042083645285538fec662 /shortcuts | |
| parent | 84012003fe1b7a6ef5c20f132d851792e72de5fa (diff) | |
shortcuts and other changes
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 |
