Merge pull request #3833 from orestisfl/move-to-position+scratchpad
Do not show scratchpad windows after 'move to position'
This commit is contained in:
@ -492,6 +492,11 @@ void floating_raise_con(Con *con) {
|
||||
*
|
||||
*/
|
||||
bool floating_maybe_reassign_ws(Con *con) {
|
||||
if (con_is_internal(con_get_workspace(con))) {
|
||||
DLOG("Con in an internal workspace\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
Output *output = get_output_from_rect(con->rect);
|
||||
|
||||
if (!output) {
|
||||
|
Reference in New Issue
Block a user