aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-02-03 00:01:16 +0300
committerYaroslav <contact@yaroslavps.com>2020-02-03 00:01:16 +0300
commite5532752993f463524e0c89d5e82b5a84a77759b (patch)
tree0ce47eba97ecd5256d6cd29c86a50ac756b30cc1 /dotfiles/.profile
parent2cb2af9d66ef98877ffee2f588c7a85036750d55 (diff)
downloadswayrice-e5532752993f463524e0c89d5e82b5a84a77759b.tar.gz
swayrice-e5532752993f463524e0c89d5e82b5a84a77759b.zip
load gtk settings on sway start, vpn shortcut and waybar indicator
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r--dotfiles/.profile5
1 files changed, 3 insertions, 2 deletions
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