Skip to content

Instantly share code, notes, and snippets.

@jaymzcd
Created January 10, 2011 13:37
Show Gist options
  • Select an option

  • Save jaymzcd/772771 to your computer and use it in GitHub Desktop.

Select an option

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
#!/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