Skip to content

Commit dcbf707

Browse files
committed
fix lint issue
1 parent d1aa642 commit dcbf707

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

bash/bashrc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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
299299
if 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
305305
fi
306306

307-
308307
# -------------------- run common setup functions --------------------
309308

310309
_source_if "$NVM_DIR/nvm.sh" # This loads nvm

0 commit comments

Comments
 (0)