blob: 33f94438beea205e51a5cd60b3e4a0197a18584e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# dwmrc
Example of an `.xintirc`:
```
setxkbmap -option compose:lwin
xrandr -s 1920x1080
[ -f ~/.dwmrc ] && . ~/.dwmrc
#exec ck-launch-session dbus-launch --exit-with-session mate-session
```
|