diff options
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 |
