diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-03 15:30:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-22 09:59:19 (EDT) |
commit | d54fe3e9717501c0bb79998aea2a25b62d3b8032 (patch) | |
tree | cc6871758aefa9ebeba826a2ccb9dc28b56eb5fc /.xinitrc | |
parent | d2ebd9aa663acde42c1ddfc170d03b4429fec090 (diff) | |
download | fluxbox-d54fe3e9717501c0bb79998aea2a25b62d3b8032.zip fluxbox-d54fe3e9717501c0bb79998aea2a25b62d3b8032.tar.gz fluxbox-d54fe3e9717501c0bb79998aea2a25b62d3b8032.tar.bz2 |
.fluxbox/startup: Move some WM-agnostic commands to .xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -9,8 +9,18 @@ mkdir -p ~/.local/share/mpd/ mkdir -p ~/music/library/ ~/music/playlists/ mpd +xmodmap "${HOME}/.Xmodmap" +export GTK_IM_MODULE='xim' +export QT_IM_MODULE='xim' +xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation' 1 +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 + startfluxbox +xscreensaver & + rm -f ~/.xsessionmanage mkfifo -m 0600 ~/.xsessionmanage while read action; do |