summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc14
1 files changed, 10 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index b10576d..4bc3ca0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,9 +1,12 @@
#basics
stty -ixon
-export BROWSER="firefox-developer-edition"
+#export BROWSER="firefox-developer-edition"
export MOZ_DBUS_REMOTE=1
#export BROWSER="qutebrowser"
-#export BROWSER="vivaldi-stable"
+alias vivaldi-snapshot="vivaldi-snapshot --use-gl=egl"
+alias chromium="GDK_BACKEND=x11 && chromium"
+export BROWSER="vivaldi-snapshot"
+#export BROWSER="chromium"
export EDITOR="nvim"
export NOTES_DIR="$HOME/notes"
export TERM="screen-256color"
@@ -15,8 +18,8 @@ export PATH=$PATH:$HOME/bin/bash-scripts
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=qt5ct
-export XDG_SESSION_TYPE=wayland
-export GDK_BACKEND=wayland
+#export XDG_SESSION_TYPE=wayland
+#export GDK_BACKEND=wayland
# Alias definitions
if [ -f ~/.aliases ]; then
@@ -151,6 +154,9 @@ function tolux() {
scp $3 $1 lxf:/home/lxf/$2
}
+function todis() {
+ scp $3 $1 dis:/home/lxf/$2
+}
function frlux() {
scp $3 lxf:/home/lxf/$1 $2
}