Created
January 10, 2011 13:37
-
-
Save jaymzcd/772771 to your computer and use it in GitHub Desktop.
There seems to be a bug whereby now with multiple screens fluxbox is messing up my $DISPLAY variable and not setting it correctly. For now I have this prepended to all my .fluxbox/menu commands to make sure it is correctly set to handle my 1 xserver + 3 x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| DISPLAY=:0.${DISPLAY:1} $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment