forked from ChristianChiarulli/machfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xprofile
51 lines (38 loc) · 989 Bytes
/
.xprofile
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# nm-applet
nm-applet --indicator &
# Starting compositor
picom -b
# Notification center
deadd-notification-center &
# Bluetooth
blueman-applet &
# Stop screen from going blank
xset s off
xset -dpms
xset s noblank
# add local binaries
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
# Faster key repeat and delay
xset r rate 210 40
# Hide Cursor when typing
xbanish &
# Open flameshot on startup
flameshot &
# Wallpaper
feh --bg-fill --randomize ~/Pics/wallpapers/* &
# Save your eyes
#redshift &
redshift-gtk &
export LANG=en_US.UTF-8
export PATH=$PATH:~/.scripts
export PATH=$PATH:~/.local/bin
#export PATH=$HOME/.miniconda/envs/jupyter-lab/bin:$PATH
export PATH=$PATH:$HOME/.scripts
export EDITOR="nvim"
export TERMINAL="alacritty"
export BROWSER="brave"
export ANDROID_HOME=$HOME/.config/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools