From 7fb988ecb66b0ba2c6857b5bea1b4ee5809cf169 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 24 Sep 2019 05:34:14 +0300 Subject: plymouth and lightdm for a prettier boot process --- dotfiles/.profile | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'dotfiles/.profile') diff --git a/dotfiles/.profile b/dotfiles/.profile index b485088..3084360 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,15 +1,22 @@ #!/bin/sh -[[ -f ~/.bashrc ]] && source ~/.bashrc - -if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then - .scripts/swaystart -fi - export SCROT_DIR=$HOME/Pictures/screenshots/ +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=1 export QT_QPA_PLATFORMTHEME="qt5ct" -export BROWSER=qutebrowser +export _JAVA_AWT_WM_NONREPARENTING=1 # User specific environment and startup programs: export LANG=en_US.UTF-8 export TERM=termite +export BROWSER=qutebrowser + +[[ -f ~/.bashrc ]] && source ~/.bashrc + +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then + .scripts/swaystart +fi -- cgit v1.2.3