File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -297,14 +297,13 @@ _source_if "$HOME/.localrc"
297297# only check for is_personal_computer after loading the computer type from `.localrc`
298298# Force GTK and other use of wayland variables on personal computers
299299if is_personal_computer; then
300- export XDG_CURRENT_DESKTOP=" sway"
301- export GDK_BACKEND=wayland
302- export CLUTTER_BACKEND=wayland
303- export QT_QPA_PLATFORM=wayland
304- export ELECTRON_OZONE_PLATFORM_HINT=auto
300+ export XDG_CURRENT_DESKTOP=" sway"
301+ export GDK_BACKEND=wayland
302+ export CLUTTER_BACKEND=wayland
303+ export QT_QPA_PLATFORM=wayland
304+ export ELECTRON_OZONE_PLATFORM_HINT=auto
305305fi
306306
307-
308307# -------------------- run common setup functions --------------------
309308
310309_source_if " $NVM_DIR /nvm.sh" # This loads nvm
You can’t perform that action at this time.
0 commit comments