mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-24 19:14:40 +01:00
Compare commits
3 Commits
8734cc52f6
...
b209edc5f9
Author | SHA1 | Date | |
---|---|---|---|
b209edc5f9 | |||
8fe7e1eb38 | |||
90bf5870d8 |
6
bash/usr-local-bin/code
Executable file
6
bash/usr-local-bin/code
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
flatpak run com.visualstudio.code --no-sandbox $@
|
||||||
|
# --enable-features=UseOzonePlatforme --ozone-platform=wayland
|
||||||
|
set +x
|
@ -3,4 +3,5 @@
|
|||||||
set -x
|
set -x
|
||||||
# https://github.com/flathub/com.vscodium.codium/issues/55
|
# https://github.com/flathub/com.vscodium.codium/issues/55
|
||||||
flatpak run com.vscodium.codium --no-sandbox $@
|
flatpak run com.vscodium.codium --no-sandbox $@
|
||||||
|
# --enable-features=UseOzonePlatforme --ozone-platform=wayland
|
||||||
set +x
|
set +x
|
||||||
|
5
bash/usr-local-bin/telegram-desktop
Executable file
5
bash/usr-local-bin/telegram-desktop
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
flatpak run org.telegram.desktop $@
|
||||||
|
set +x
|
Loading…
Reference in New Issue
Block a user