-
Notifications
You must be signed in to change notification settings - Fork 0
/
.profile
34 lines (28 loc) · 865 Bytes
/
.profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
LANGUAGES="us,rs,rs"
VARIANT=",latinunicode,"
setxkbmap -layout "$LANGUAGES" -variant "$VARIANT" -option grp:alt_shift_toggle
export TERMINAL="urxvt"
export BROWSER="qutebrowser"
export VISUAL="nvim"
export SSH_KEY_PATH="~/.ssh/rsa_id"
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
compton &
flameshot &
sxhkd ~/.config/sxhkd/sxhkdrc &
xset r rate 280 40
#/home/mladen/.config/polybar/scripts/launcher.sh &
xmodmap ~/.Xmodmap
feh --bg-scale /home/mladen/wallpapers/.wall
dunst &
discord --start-minimized &
notion-app &
export QSYS_ROOTDIR="/home/mladen/.cache/yay/quartus-free/pkg/quartus-free/opt/altera/19.1/quartus/sopc_builder/bin"