From e5532752993f463524e0c89d5e82b5a84a77759b Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 3 Feb 2020 00:01:16 +0300 Subject: load gtk settings on sway start, vpn shortcut and waybar indicator --- dotfiles/.profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dotfiles/.profile') diff --git a/dotfiles/.profile b/dotfiles/.profile index 28465da..5e37a2f 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,6 +1,6 @@ export PATH=$PATH:$HOME/.local/bin export SCROT_DIR=$HOME/Pictures/screenshots/ -export GDK_BACKEND=wayland +#export GDK_BACKEND=wayland export EGL_PLATFORM=wayland export CLUTTER_PLATFORM=wayland export SDL_VIDEODRIVER=wayland @@ -16,8 +16,9 @@ export TERMINAL=termite export EDITOR="nvim" export BROWSER=qutebrowser export ZDOTDIR="$HOME/.config/zsh" +export INPUTRC="$HOME/.config/zsh/inputrc" if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then - .scripts/swaystart + sway fi -- cgit v1.2.3