Update config

This commit is contained in:
2020-04-08 21:52:21 +04:00
parent 73187d9344
commit d1b5037e15
20 changed files with 4633 additions and 518 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/sh
export BROWSER=browser
export TERMINAL=terminal
export XTERM=terminal
export TERMINAL=xst
export XTERM=xst
export LANGUAGE=en_US:en_GB:en
export LC_TIME=ru_RU.UTF-8
@@ -15,6 +15,8 @@ xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5
# xinput set-prop "Primax Kensington Eagle Trackball" "Evdev Middle Button Emulation" 1
# exec ck-launch-session dbus-launch
xrdb -merge ~/.Xresources
exec i3 > $HOME/log/i3.txt 2>&1