summaryrefslogtreecommitdiffstats
path: root/xinitrc
blob: 6917f3e8076f5be5ef6bfcd591c0f31321bd220b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

ulimit -Sm 2048000

cd $HOME
. "$HOME/.bashrc"

pidof svscan || (svscan $HOME/.services 2>&1 | readproctitle $USER ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................) &

setxkbmap -option compose:menu
synclient HorizEdgeScroll=1

exec xmonad