-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xinitrc
37 lines (29 loc) · 902 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
#!/bin/zsh
# Map CAPS to CTRL
setxkbmap -option ctrl:ctrl_modifier
# Start the gnome-keyring-daemon from xinitrc
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
# Change cursor
xsetroot -cursor_name left_ptr &
# Display Power Management Signaling
# dpms: Enable/disable Display Power Management Signaling
# 0 0 0: Standby, Suspend and Off timeout values in seconds
# b off: Turns off the bell
# r rate: Set the keyboard auto repeat rate and delay
# 500 30: The values for the auto repeat rate (characters per second) and delay (milliseconds).
xset dpms 0 0 0 b off r rate 200 60
# Set 2k res, 165Hz on the DP
xrandr --output 'DP-4' --mode 2560x1440 --rate 164.83
# Screensaver
xset s 0
sxhkd -m 1 &
dunst &
flameshot &
picom --config ~/.config/picom/picom.conf &
pasystray &
redshift-gtk &
# blueman-applet &
nm-applet &
numlockx &
exec bspwm