summaryrefslogtreecommitdiffstats
path: root/xinitrc
blob: f3281c1f55df12f29d38aa7e3f93e2743952e521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

upower -e

exec i3