Skip to content

Commit

Permalink
Load scripts before -w and -t
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed Apr 19, 2008
1 parent e677d74 commit a5e096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amazing/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def run
show_help if @options[:help]
set_loglevel
stop_process(true) if @options[:stop]
load_scripts
list_widgets if @options[:listwidgets]
test_widget if @options[:test]
load_scripts
parse_config
wait_for_sockets
@awesome = Awesome.new(@display.display)
Expand Down

0 comments on commit a5e096f

Please sign in to comment.