Skip to content

Instantly share code, notes, and snippets.

@rakkarage
Created March 2, 2019 23:29
Show Gist options
  • Save rakkarage/737c35a2c06b2ff480e0d763ba983750 to your computer and use it in GitHub Desktop.
Save rakkarage/737c35a2c06b2ff480e0d763ba983750 to your computer and use it in GitHub Desktop.
center vscode window (in a 1920x1080) monitor using .config/devilspie2.lua
if (get_window_name()=="Visual Studio Code - Insiders") then
unmaximize();
set_window_geometry(160, 90, 1600, 900);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment