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
gsettings set org.gnome.shell.extensions.auto-move-windows application-list "['banshee.desktop:2','chromium-browser.desktop:2','thunderbird.desktop:2','shotwell.desktop:2','sublime.desktop:3','virtualbox.desktop:4', 'empathy.desktop:2']" |
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
[DEFAULT] | |
name=My Name | |
[email protected] | |
[work] | |
path=/media/drive/work | |
name=My Name | |
[email protected] | |
[play] | |
path=/media/drive/play | |
name=My Other Name |
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
#!/usr/bin/env ruby | |
# Usage: | |
# ruby plugin_to_gem.rb my_plugin_directory | |
require 'fileutils' | |
require 'uri' | |
require 'erb' | |
@plugin_dir = ARGV[0] | |
def gemspec_content |
NewerOlder