From 7ee65be29baede8345fc25b827e426efb93dbe24 Mon Sep 17 00:00:00 2001 From: lxf Date: Tue, 5 Apr 2022 10:15:23 -0400 Subject: shell: latest tweaks to aliases and bash --- .bashrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 13dfd7b..ac7160b 100644 --- a/.bashrc +++ b/.bashrc @@ -1,9 +1,9 @@ #basics stty -ixon export MOZ_DBUS_REMOTE=1 -#export BROWSER="vivaldi-stable --enable-features=UseOzonePlatform --ozone-platform=wayland --use-cmd-decoder=validating --use-gl=egl" +export BROWSER="vivaldi-stable --enable-features=UseOzonePlatform --ozone-platform=wayland --use-cmd-decoder=validating --use-gl=egl" -export BROWSER="qutebrowser" +#export BROWSER="qutebrowser" export EDITOR="nvim" #export EDITOR="vim" # keep dictionaries in ~/bin/ @@ -18,6 +18,10 @@ export PATH=$PATH:$HOME/bin export PATH=$PATH:$HOME/bin/bash-scripts export PATH=$PATH:$HOME/.local/bin +export XDG_SESSION_TYPE=wayland +export GDK_BACKEND=wayland +QT_QPA_PLATFORM=wayland-egl + # Alias definitions if [ -f ~/.aliases ]; then . ~/.aliases @@ -156,7 +160,7 @@ function fn() { } function tolux() { - scp $3 $1 lxf:/home/lxf/$2 + scp $3 "$1" lxf:/home/lxf/$2 } function todis() { -- cgit v1.2.3-70-g09d2