Compare commits

..

3 Commits

Author SHA1 Message Date
b209edc5f9
bash/u-l-b: add telegram-desktop
I am surprised it wasn't here already
2022-04-23 08:29:06 +03:00
8fe7e1eb38
bash/u-l-b: add code
practically same as codium
2022-04-23 08:28:34 +03:00
90bf5870d8
bash/u-l-b/codium: add comment with the wayland flags
they aren't working though
2022-04-23 08:28:04 +03:00
3 changed files with 12 additions and 0 deletions

6
bash/usr-local-bin/code Executable file
View 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

View File

@ -3,4 +3,5 @@
set -x
# https://github.com/flathub/com.vscodium.codium/issues/55
flatpak run com.vscodium.codium --no-sandbox $@
# --enable-features=UseOzonePlatforme --ozone-platform=wayland
set +x

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
flatpak run org.telegram.desktop $@
set +x