aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-10-23 01:35:38 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-10-23 01:35:38 +0300
commit6df507732946dcf4a4273a936e7bf417ccf8e2b8 (patch)
tree71ffcf03105c829c1ecf863e57e2eb8e45d75393
parentaf069fea96c10ae6946bccbaad36175d3e013363 (diff)
downloadswayrice-6df507732946dcf4a4273a936e7bf417ccf8e2b8.tar.gz
swayrice-6df507732946dcf4a4273a936e7bf417ccf8e2b8.zip
Furryfox env var to use Wayland
For proper scaling on laptop screen.
-rw-r--r--dotfiles/.profile13
1 files changed, 8 insertions, 5 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index 5657155..7cfd00d 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -1,7 +1,6 @@
export PATH=$PATH:$HOME/.local/bin
-export SCROT_DIR=$HOME/pics/screenshots/
-export VREC_DIR=$HOME/vids/recordings/
-export AREC_DIR=$HOME/audio/recordings/
+
+# Wayland-specific
#export GDK_BACKEND=wayland
export EGL_PLATFORM=wayland
export CLUTTER_PLATFORM=wayland
@@ -10,15 +9,19 @@ export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=0
export QT_QPA_PLATFORMTHEME="qt5ct"
export _JAVA_AWT_WM_NONREPARENTING=1
-export MANWIDTH=80
+export MOZ_ENABLE_WAYLAND=1
-# User specific environment and startup programs:
+# User-specific environment and startup programs:
export LANG=en_US.UTF-8
export TERMINAL=foot
export EDITOR="nvim"
export PAGER="less -R -j.5"
export MANPAGER='nvim +Man!'
export BROWSER=qutebrowser
+export MANWIDTH=80
+export SCROT_DIR=$HOME/pics/screenshots/
+export VREC_DIR=$HOME/vids/recordings/
+export AREC_DIR=$HOME/audio/recordings/
# Sanely export XDG Base dir variables
eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)"