-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xinitrc
37 lines (28 loc) · 853 Bytes
/
.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
# make sure to execute the x profile
# rn we are adding custom res for the tablet
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
#replace caps and esc
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
# compatibility with nvim
export VISUAL=nvim
export EDITOR=nvim
#@ gnome keyring
#-- this command used to be necessary for the e-mail client
# eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
# export SSH_AUTH_SOCK
#-- try to solve the issue with the keyring
#source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
# chang the speed of the keyboard
xset r rate 200 50
# change refresh rate to 240hz
#xrandr --output DP-2 --mode 1920x1080 --rate 239.76
xrandr --output eDP-1 --scale 0.6x0.6
#
# picom
picom -b
hsetroot -solid '#000000'
# make wal colors persist on reboot
wal -R
# run i3
exec i3