Commit 85effe3 1 parent 3124c25 commit 85effe3 Copy full SHA for 85effe3
File tree 4 files changed +0
-136
lines changed
4 files changed +0
-136
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ use crate::core::WindowKind;
7
7
use crate :: ring:: Ring ;
8
8
use crate :: windows_api;
9
9
use crate :: workspace:: WorkspaceLayer ;
10
- use crate :: workspace_reconciliator:: ALT_TAB_HWND ;
11
10
use crate :: Colour ;
12
11
use crate :: Rgb ;
13
12
use crate :: WindowManager ;
@@ -326,8 +325,6 @@ pub fn handle_notifications(wm: Arc<Mutex<WindowManager>>) -> color_eyre::Result
326
325
if !BORDER_ENABLED . load_consume ( )
327
326
// Or if the wm is paused
328
327
|| is_paused
329
- // Or if we are handling an alt-tab across workspaces
330
- || ALT_TAB_HWND . load ( ) . is_some ( )
331
328
{
332
329
// Destroy the borders we know about
333
330
for ( _, border) in borders. drain ( ) {
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ pub mod windows_callbacks;
29
29
pub mod winevent;
30
30
pub mod winevent_listener;
31
31
pub mod workspace;
32
- pub mod workspace_reconciliator;
33
32
34
33
use lazy_static:: lazy_static;
35
34
use monitor_reconciliator:: MonitorNotification ;
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ use komorebi::window_manager::State;
48
48
use komorebi:: window_manager:: WindowManager ;
49
49
use komorebi:: windows_api:: WindowsApi ;
50
50
use komorebi:: winevent_listener;
51
- use komorebi:: workspace_reconciliator;
52
51
use komorebi:: CUSTOM_FFM ;
53
52
use komorebi:: DATA_DIR ;
54
53
use komorebi:: HOME_DIR ;
@@ -278,7 +277,6 @@ fn main() -> Result<()> {
278
277
border_manager:: listen_for_notifications ( wm. clone ( ) ) ;
279
278
stackbar_manager:: listen_for_notifications ( wm. clone ( ) ) ;
280
279
transparency_manager:: listen_for_notifications ( wm. clone ( ) ) ;
281
- workspace_reconciliator:: listen_for_notifications ( wm. clone ( ) ) ;
282
280
monitor_reconciliator:: listen_for_notifications ( wm. clone ( ) ) ?;
283
281
reaper:: listen_for_notifications ( wm. clone ( ) , wm. lock ( ) . known_hwnds . clone ( ) ) ;
284
282
focus_manager:: listen_for_notifications ( wm. clone ( ) ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments