-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.xinitrc
More file actions
29 lines (25 loc) · 693 Bytes
/
Copy path.xinitrc
File metadata and controls
29 lines (25 loc) · 693 Bytes
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
#!/bin/sh
eval "$(dbus-launch --sh-syntax --exit-with-session)"
userresources=$HOME/.Xresources
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
# start - repeat
xset r rate 250 40 &
xset m 0 0 &
xset +fp ~/.local/share/fonts
xset fp rehash
numlockx &
# setxkbmap -option caps:escape
setxkbmap -option caps:backspace
setxkbmap -model pc104 -layout us,bg -variant basic,phonetic
setxkbmap -option grp:shifts_toggle
# xrandr --output DisplayPort-0 --set "scaling mode" "Center"
xrandr --output DisplayPort-0 --set "scaling mode" "Full aspect"
# xrandr -s 1920x1080
xrandr -r 165
# xrandr --dpi 115
exec openbox-session
# exec herbstluftwm
# exec bspwm
# exec awesome