blob: 5c8fd3972a2c94311b68a323a5ddfe8dccdeabc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/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 GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
ibus-daemon -drx
|