diff options
author | P. J. McDermott <pj@pehjota.net> | 2021-08-21 20:06:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-21 20:06:53 (EDT) |
commit | 76fb6e44cb8b001cd40faee68cfe5147b523afb9 (patch) | |
tree | 559a3b33f03e4769f8b7c9a238ad73961e4e7c8a | |
parent | cb6ec5dbcf41f79e18d032fef0bc177191a1662d (diff) | |
download | fluxbox-76fb6e44cb8b001cd40faee68cfe5147b523afb9.zip fluxbox-76fb6e44cb8b001cd40faee68cfe5147b523afb9.tar.gz fluxbox-76fb6e44cb8b001cd40faee68cfe5147b523afb9.tar.bz2 |
.fluxbox/startup: Set and export DISPLAY
-rwxr-xr-x | .fluxbox/startup | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.fluxbox/startup b/.fluxbox/startup index 6f83693..50e6a22 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -1,5 +1,7 @@ #!/bin/sh +export DISPLAY=:0.0 + xmodmap "${HOME}/.Xmodmap" export GTK_IM_MODULE='xim' export QT_IM_MODULE='xim' @@ -8,7 +10,7 @@ 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 -DISPLAY=:0.0 fbpanel -p taskbar & +fbpanel -p taskbar & fluxbox & clipit & |