From f4e8d9cdde331d66ce17531bc7228ef0eb889afb Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 13 Nov 2022 12:51:24 -0800 Subject: [PATCH] Fixed some minor bugs --- TODO.txt | 9 ++++++++- dotenv.sh | 9 +++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 304e8a7..7767d19 100644 --- a/TODO.txt +++ b/TODO.txt @@ -35,4 +35,11 @@ Elisa Balena Etcher See if I can stop the titlebars being so pixelly at 1.5x DPI -Battery and Power scripts, mainly changing refresh rates for the G14 \ No newline at end of file +Battery and Power scripts, mainly changing refresh rates for the G14 + + + + +Enable touch indicators +Maliit +Qogir icons and sddm \ No newline at end of file diff --git a/dotenv.sh b/dotenv.sh index da9dcb4..e9917d6 100755 --- a/dotenv.sh +++ b/dotenv.sh @@ -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 \ No newline at end of file +# 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 +