Fixed some minor bugs
This commit is contained in:
7
TODO.txt
7
TODO.txt
@ -36,3 +36,10 @@ Balena Etcher
|
|||||||
See if I can stop the titlebars being so pixelly at 1.5x DPI
|
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
|
Battery and Power scripts, mainly changing refresh rates for the G14
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Enable touch indicators
|
||||||
|
Maliit
|
||||||
|
Qogir icons and sddm
|
@ -71,7 +71,6 @@ flatpak install flathub \
|
|||||||
org.gnome.gitlab.YaLTeR.VideoTrimmer \
|
org.gnome.gitlab.YaLTeR.VideoTrimmer \
|
||||||
com.orama_interactive.Pixelorama \
|
com.orama_interactive.Pixelorama \
|
||||||
com.uploadedlobster.peek \
|
com.uploadedlobster.peek \
|
||||||
com.visualstudio.code \
|
|
||||||
com.github.PintaProject.Pinta \
|
com.github.PintaProject.Pinta \
|
||||||
org.qbittorrent.qBittorrent \
|
org.qbittorrent.qBittorrent \
|
||||||
org.videolan.VLC \
|
org.videolan.VLC \
|
||||||
@ -179,3 +178,9 @@ sudo systemctl enable avahi-daemon
|
|||||||
|
|
||||||
# Setup screenshot hotkeys
|
# 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user