adjustments to plasma and some small parts of the hardware on syl
This commit is contained in:
parent
57ec05b532
commit
c5458865a0
6 changed files with 134 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue