summary refs log tree commit diff
path: root/_xinitrc
blob: 61d281d33d5f936ebe17c699b08bd10ace2c4e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
xrdb ~/.Xresources &
xautolock -locker slimlock -time 30 &

# Keyboard stuff
xmodmap -e "clear Lock" -e "keysym Caps_Lock = Escape" # Caps Lock -> Esc
xmodmap -e "remove mod1 = Alt_R" -e "keysym Alt_R = Multi_key" # Right Alt -> Compose

SESSION=openbox-session
[ $1 ] && SESSION=$1
exec ck-launch-session dbus-launch $SESSION
-0500'>2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe But include a pair of parentheses in the URL itself. 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe