-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xinitrc
61 lines (44 loc) · 1.1 KB
/
.xinitrc
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
52
53
54
55
56
57
58
59
60
61
export FLYCTL_INSTALL=$HOME/.fly
export PATH=$FLYCTL_INSTALL/bin:$PATH
# build rust crates in a single shared directory
export CARGO_TARGET_DIR="$HOME/.cargo/shared"
xset +fp /usr/share/fonts/local
xset +fp /usr/share/fonts/artwiz-fonts
xset +fp /home/chip/.fonts
xset fp rehash
tresorit --hidden &
#compton &
feh --bg-scale /home/chip/dotfiles/gray.png
#skype -style GTK &
unclutter &
#xbacklight -set 100
dunst &
udiskie --tray &
switch-keyboard-builtin
# Lenovo trackpoint acceleration and sensitivity
xinput --set-prop 12 'libinput Accel Speed' 1.0
#echo 180 > /sys/bus/serio/devices/serio2/sensitivity
# Disable trackpad on thinkpad
xinput --set-prop 11 'Device Enabled' 0
# Disable beep
xset -b
# Always be emacsin', like the lord intended
export EDITOR="emacsclient -n"
# ssh-agent
eval $(ssh-agent)
# environment variables
#source ~/env.sh
# desktop notifications
/usr/lib/notify-osd/notify-osd &
export _JAVA_AWT_WM_NONREPARENTING=1
# XMonad
exec xmonad
# BSPWM
#sxhkd &
#exec bspwm
# i3
#exec i3
# EXWM
#exec dbus-launch --exit-with-session emacs
# stumpwm
#exec sbcl --load ~/.stumpwm.d/startwm.lisp