aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r--dotfiles/.profile10
1 files changed, 3 insertions, 7 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index 0521be1..2a7e186 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -1,13 +1,11 @@
-export PATH=$PATH:$HOME/.local/bin
+export PATH=$PATH:$HOME/.local/bin:$HOME/docs/scripts
# Wayland-specific
-#export GDK_BACKEND=wayland
+export GDK_BACKEND=wayland
export EGL_PLATFORM=wayland
export CLUTTER_PLATFORM=wayland
export SDL_VIDEODRIVER=wayland
-export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=0
-export QT_QPA_PLATFORMTHEME="qt5ct"
export _JAVA_AWT_WM_NONREPARENTING=1
export MOZ_ENABLE_WAYLAND=1
# Fixes Qt's webview scaling
@@ -46,6 +44,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
export GOPATH="$XDG_DATA_HOME/go"
export PATH=$PATH:$GOPATH/bin
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuchrc"
+export TEXMFHOME="$XDG_DATA_HOME/texmf"
eval "$(dircolors "$HOME/.config/dir_colors")"
. "$HOME/.config/lf/icons"
@@ -53,9 +52,6 @@ eval "$(dircolors "$HOME/.config/dir_colors")"
# Start sway automatically upon login on tty1 or tty2
if [ -z $DISPLAY ]; then
if [ $(tty) = /dev/tty1 ] || [ $(tty) = /dev/tty2 ]; then
- pipewire > ~/.cache/pw.log 2>&1 &
- wireplumber > ~/.cache/wireplumber.log 2>&1 &
- pipewire-pulse > ~/.cache/pw-pulse.log 2>&1 &
exec dbus-run-session niri --session > ~/.cache/niri.log 2>&1
elif [ $(tty) = /dev/tty3 ]; then
exec dbus-run-session sway 2> ~/.cache/sway.log