From 9cdfe4800e51f1905cf1dc13e698da170b44a339 Mon Sep 17 00:00:00 2001 From: Jokler Date: Thu, 23 May 2019 15:19:37 +0200 Subject: Add .xprofile and move exports from .zshrc to it --- .xprofile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .xprofile (limited to '.xprofile') 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 -- cgit v1.2.3-70-g09d2