diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2020-05-03 00:55:00 -0500 | 
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2020-05-03 00:55:00 -0500 | 
| commit | cf65fd8c9acd60106f7a0a5a96c87725dca2817b (patch) | |
| tree | bf4c71cc5a3077d9887bb9b5a2aee264d3f93574 /dwl.c | |
| parent | 86d8cb1804c0a85a59610a5a5ed0be28a59d8bf7 (diff) | |
raise client on refocus
Might revisit this later, but this currently seems like the right
strategy.
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -853,8 +853,8 @@ refocus(void)  			break;  		}  	} -	/* XXX consider: should this ever? always? raise the client? */ -	focusclient(c, NULL, 0); +	/* XXX Perhaps reconsider whether to raise the client */ +	focusclient(c, NULL, 1);  }  void  | 
