Skip to content

Instantly share code, notes, and snippets.

@tana
Created November 5, 2010 12:51
Show Gist options
  • Save tana/664089 to your computer and use it in GitHub Desktop.
Save tana/664089 to your computer and use it in GitHub Desktop.
mikutterのウィンドウサイズの設定をリセットするスクリプト。
require 'pstore'
db = PStore.new("#{ENV['HOME']}/.mikutter/p_class_values.db")
db.transaction do
db.delete("Plugin::GUI::size")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment