blob: de87b4e48bfb67e2b7f72b3bb4dcc4bf5f911759 (
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:$HOME/.cargo/bin:/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
|