mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Style fixes
This commit is contained in:
parent
618b3df051
commit
9b0196e7ed
3 changed files with 4 additions and 10 deletions
|
|
@ -106,14 +106,11 @@ void workspace_switch(swayc_t *workspace) {
|
|||
|
||||
// set all c_views in the old workspace to the invisible mask if the workspace
|
||||
// is in the same output & c_views in the new workspace to the visible mask
|
||||
|
||||
container_map(c_workspace, set_mask, &mask);
|
||||
mask = 2;
|
||||
container_map(workspace, set_mask, &mask);
|
||||
wlc_output_set_mask(wlc_get_focused_output(), 2);
|
||||
|
||||
|
||||
//wlc_output_set_mask(wlc_get_focused_output(), 2);
|
||||
unfocus_all(&root_container);
|
||||
focus_view(workspace);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue