Fixed some minor bugs

This commit is contained in:
2022-11-13 12:51:24 -08:00
parent 68fdd18001
commit f4e8d9cdde
2 changed files with 15 additions and 3 deletions

View File

@ -71,7 +71,6 @@ flatpak install flathub \
org.gnome.gitlab.YaLTeR.VideoTrimmer \
com.orama_interactive.Pixelorama \
com.uploadedlobster.peek \
com.visualstudio.code \
com.github.PintaProject.Pinta \
org.qbittorrent.qBittorrent \
org.videolan.VLC \
@ -178,4 +177,10 @@ sudo systemctl enable avahi-daemon
# Microsoft TTF fonts
# Setup screenshot hotkeys
# shotgun - | xclip -t 'image/png' -selection clipboard
# shotgun - | xclip -t 'image/png' -selection clipboard
# Enable plasma env vars
mkdir -p $HOME/.config/plasma-workspace/env/
echo "#!/bin/bash" >> $HOME/.config/plasma-workspace/env/path.sh
echo "export MOZ_ENABLE_WAYLAND=1" >> $HOME/.config/plasma-workspace/env/path.sh