Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Commit

Permalink
finally fix that stupid spacing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 16, 2012
1 parent 9f00ff2 commit 98b239a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config
Expand Up @@ -134,7 +134,7 @@ settings = {
hilightwin_showprivmsg = "no";
bitlbee_send_typing = "yes";
lt_in_queries = "yes";
neat_left_actions = "yes";
neat_left_actions = "no";
};
};

Expand Down
4 changes: 2 additions & 2 deletions pbrisbin.theme
Expand Up @@ -60,7 +60,7 @@ abstracts = {
ownaction_target = "{action_core $*}";

#ownaction = "{action $*}";
#pubaction = "{action $*}";
pubaction = "{action $*} "; # fix neatlength inconsistency, sigh
#pvtaction_query = "{action $*}";

##
Expand Down Expand Up @@ -127,7 +127,7 @@ abstracts = {
sb_background = "%n%0";
sbstart = " ";
sbend = " ";
prompt = " %c:%n ";
prompt = " %c:%n ";
sb = "%W$*";
sbmode = "";
sbaway = " (%Gaway%n)";
Expand Down

0 comments on commit 98b239a

Please sign in to comment.