summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-04-05 10:15:23 -0400
committerlxf <sng@luxagraf.net>2022-04-05 10:15:23 -0400
commit7ee65be29baede8345fc25b827e426efb93dbe24 (patch)
tree9028bc319f34d92cebe4d9f27b0a4adb9b40542f /.bashrc
parent48cc6cecb880712e66108d6d9f0f93a04a323a09 (diff)
shell: latest tweaks to aliases and bash
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc10
1 files changed, 7 insertions, 3 deletions
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() {