diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-05-23 15:19:37 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-05-23 15:19:37 +0200 |
| commit | 9cdfe4800e51f1905cf1dc13e698da170b44a339 (patch) | |
| tree | 47767a2aab69f9cf92c3de364c1284457a397749 /.xprofile | |
| parent | 0b0e59d9dda5571b69e3883b6a3ae356dbae828e (diff) | |
| download | dotfiles-9cdfe4800e51f1905cf1dc13e698da170b44a339.tar.gz dotfiles-9cdfe4800e51f1905cf1dc13e698da170b44a339.zip | |
Add .xprofile and move exports from .zshrc to it
Diffstat (limited to '.xprofile')
| -rw-r--r-- | .xprofile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..b934078 --- /dev/null +++ b/.xprofile @@ -0,0 +1,17 @@ +#!/bin/sh + +export PATH="$PATH:$HOME/scripts:/usr/games" +export EDITOR='vim' +export BROWSER='firefox' + +# Launcher for clipmenu +export CM_LAUNCHER=rofi +export QT_STYLE_OVERRIDE=gtk2 + +# ibus setup +export PATH="$PATH:$HOME/scripts:/usr/games" +export GTK_IM_MODULE=ibus +export XMODIFIERS=@im=ibus +export QT_IM_MODULE=ibus + +ibus-daemon -drx |
