blob: d7ad06fb9823007e7d89125cf9c83190975b6a78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/sh
export PATH="$PATH:$HOME/scripts:$HOME/.cargo/bin:/usr/games"
export EDITOR='vim'
export BROWSER='open-url'
# 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 &
lxpolkit &
|