Skip to content

Instantly share code, notes, and snippets.

@tbroyer
Created November 26, 2012 10:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbroyer/4147604 to your computer and use it in GitHub Desktop.
Save tbroyer/4147604 to your computer and use it in GitHub Desktop.
Fix Guake to open on primary monitor
#!/bin/sh
sudo sed -i s/get_monitor_geometry\(0\)/get_monitor_geometry\(screen.get_primary_monitor\(\)\)/ /usr/bin/guake
@jl2035
Copy link

jl2035 commented Apr 6, 2016

Why this doesn't solve it for me? :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment