Update
This commit is contained in:
6
xinitrc
6
xinitrc
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
export BROWSER=browser
|
||||
export TERMINAL=st
|
||||
@@ -21,9 +21,9 @@ 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
|
||||
xinput set-prop "Primax Kensington Eagle Trackball" "Evdev Middle Button Emulation" 1
|
||||
|
||||
# exec ck-launch-session dbus-launch
|
||||
xrdb -merge ~/.Xresources
|
||||
|
||||
exec dbus-launch --exit-with-session i3 > $HOME/log/i3.txt 2>&1
|
||||
exec dbus-launch --exit-with-x11 i3 > $HOME/log/i3.txt 2>&1
|
||||
|
||||
Reference in New Issue
Block a user