diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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() { |