forked from theskumar/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xsessionrc
39 lines (31 loc) · 1.1 KB
/
.xsessionrc
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
30
31
32
33
34
35
36
37
38
39
## Configure Xsession
xrdb -merge ~/.Xresources
xset b 100 400 100
export PATH=$PATH:$HOME/bin
## Touchpad settings
synclient TapButton1=1, VertEdgeScroll=0, VertTwoFingerScroll=1, HorizTwoFingerScroll=1, HorizScrollDelta=104,
synclient PalmDetect=1, PalmMinWidth=5, PalmMinZ=50
synclient TouchpadOff=0, EmulateTwoFingerMinZ=80, VertScrollDelta=32
syndaemon -dKi 0.5
# Looks
xsetroot -cursor_name left_ptr
$HOME/workspace/scripts/display.sh
bash $HOME/.fehbg
# Map menu key to Super_R (Useful for laptop keyboard)
xmodmap -e "keycode 135 = Super_R NoSymbol Super_R"
#pulseaudio &
## Start some useful programms
#pkill udisks-glue; udisks-glue &
#pkill mpd; mpd &
#pkill xscreensaver; xscreensaver &
#pkill mpdscribble;mpdscribble &
pkill notification-daemon; /usr/lib/notification-daemon/notification-daemon &
#pkill xcompmgr;xcompmgr &
pkill nm-applet; nm-applet &
#pkill dropbox; dropbox start; dropbox &
#pkill pidgin; pidgin &
#pkill desktime-linux; desktime-linux &
#mytrayer
# vim:set ft=sh:
pkill trayer; trayer --edge top --widthtype request --width 100 --height 14 --padding 5 --transparent true &
xset -b