Created
November 5, 2010 12:51
-
-
Save tana/664089 to your computer and use it in GitHub Desktop.
mikutterのウィンドウサイズの設定をリセットするスクリプト。
This file contains 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
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