This commit is contained in:
2022-01-27 15:21:21 +04:00
parent a6bdab5e49
commit b9fe669dd8
7 changed files with 241 additions and 172 deletions

View File

@@ -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