diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:56:11 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:56:11 +0100 |
commit | 2df2d13c153dbb69098053fa6aa3a5aaa7fed331 (patch) | |
tree | 87f65095a52e9b47f4b71e4768ef5a0bf03fd94e /Xinit/xinitrc | |
parent | b1dbf62ab9dcad03138a52a8596dccdf9286d958 (diff) | |
parent | 8ced63b35c8b011ff29a79856165cc748d430a11 (diff) | |
download | dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.tar.gz dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.tar.bz2 dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.zip |
Resolve conflicts
Diffstat (limited to 'Xinit/xinitrc')
-rwxr-xr-x | Xinit/xinitrc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Xinit/xinitrc b/Xinit/xinitrc index 5b6cec9..ccad526 100755 --- a/Xinit/xinitrc +++ b/Xinit/xinitrc @@ -15,7 +15,7 @@ fi xsetroot -cursor_name left_ptr # An2linux -~/bin/an2linux.py & +#~/bin/an2linux.py & statnot ~/dotfiles/Panel/statnot/config & # Background @@ -24,6 +24,10 @@ statnot ~/dotfiles/Panel/statnot/config & # Init clipboard ~/.tools/clipboard init +# Toutchpad config +xinput --set-prop 12 "libinput Natural Scrolling Enabled" 1 +xinput --set-prop 12 "libinput Tapping Enabled" 1 + # Keyboard bindings xset r 64 xset r 133 @@ -32,13 +36,15 @@ xset m 0 0 xset -b # Launch locking program -xautolock -detectsleep -locker '~/.tools/lock' -time 11 -corners 0-00 & +#xautolock -detectsleep -locker '~/.tools/lock' -time 11 -corners 0-00 & # Load xterm colors xrdb -merge ~/.Xresources xrdb -merge ~/.Xdefaults # Automount -#udiskie -N & +udiskie -N -T -q --no-appindicator -a & +xrandr --dpi 161 +compton --no-fading-openclose --daemon ratpoison |