adjustments to plasma and some small parts of the hardware on syl

This commit is contained in:
Chris Cochrun 2022-07-06 14:11:20 -05:00
parent 57ec05b532
commit c5458865a0
6 changed files with 134 additions and 50 deletions

View file

@ -12,7 +12,7 @@ if [ $(pgrep -c qutebrowser) -gt 0 ]; then
# echo $emacsrg
if [ -z $qbrg ]; then
exec qutebrowser
exec env QT_QPA_PLATFORMTHEME="" qutebrowser
exit
else
exec wmctrl -ia $qbrg
@ -35,5 +35,5 @@ if [ $(pgrep -c qutebrowser) -gt 0 ]; then
fi
fi
else
exec qutebrowser
exec env QT_QPA_PLATFORMTHEME="" qutebrowser
fi