Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/FancyWM/fancywm

FancyWM - Dynamic Tiling Window Manager for Windows
https://github.com/FancyWM/fancywm

dynamic-window-manager keyboard-navigation productivity tiling-window-manager window-manager windows-10 windows-11

Last synced: 24 days ago
JSON representation

FancyWM - Dynamic Tiling Window Manager for Windows

Lists

README

        

# FancyWM

[![Gitter](https://badges.gitter.im/FancyWM/community.svg)](https://gitter.im/FancyWM/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

FancyWM is a dynamic tiling window manager for Windows 10/11

☑ Create dynamic tiling layouts with mouse or keyboard

☑ Move window focus with keyboard ([⇧ Shift] + [⊞ Win], then [→])

☑ Swap windows with keyboard ([⇧ Shift] + [⊞ Win], then [⇧ Shift] + [→])

☑ Swap windows with mouse (hold [⇧ Shift] while dragging)

☑ Horizontal panels ([⇧ Shift] + [⊞ Win], then [H])

☑ Vertical panels ([⇧ Shift] + [⊞ Win], then [V])

☑ Stack panels (tabbed layouts) ([⇧ Shift] + [⊞ Win], then [S])

☑ Panel embedding

☑ Jump to virtual desktop ([⇧ Shift] + [⊞ Win], then [2])

☑ Move focused window to virtual desktop ([⇧ Shift] + [⊞ Win], then [⇧ Shift] + [2])

☑ Floating window mode ([⇧ Shift] + [⊞ Win], then [F] or rule-based)

☑ Auto-float windows which cannot fit

☑ Customizable keybindings

☑ Support for multiple monitors

☑ Support for virtual desktops

☑ Allows window maximization

☑ Toggle tiling on/off ([⇧ Shift] + [⊞ Win], then [F11])

☑ Low CPU usage (<1%)

☑ Disable animations for longer battery life

☑ Windows open in focused panel

☑ Remap activation hotkey to [⇧ Shift] + [⊞ Win], [Ctrl] + [⊞ Win] or [Alt] + [⊞ Win]

FancyWM uses [⇧ Shift] + [⊞ Win] as the start of a command sequence (Activation hotkey). To start a command sequence, press and release these keys simultaneously, then follow up by pressing one of the keybindings you have configured in the settings.

FancyWM only manages restored (not minimized, not maximized) top-level application windows, so it doesn't interfere with popups, and still allows you to use all of your available display area for when you need to focus on a window

## [Downloads](https://github.com/FancyWM/fancywm/releases)

Pre-built binaries can be downloaded from [Releases](https://github.com/FancyWM/fancywm/releases).

These are built by an automated GitHub Action and you can see all of the [build steps](https://github.com/FancyWM/fancywm/blob/main/.github/workflows/dotnet-desktop.yml) and [previous runs](https://github.com/FancyWM/fancywm/actions/workflows/dotnet-desktop.yml).

### Install via winget
```powershell
winget install fancywm
```

### Install from the Microsoft Store

English badge

### Install .msixbundle (not recommended)
You can test the Microsoft Store packages by installing them using PowerShell.

#### PowerShell (as Administrator)
```powershell
certutil.exe -addstore TrustedPeople .\FancyWM.Package_1.0.0.0.x64.cer
Add-AppxPackage -Path .\FancyWM.Package_1.0.0.0.x64.msixbundle
```

## [User's Guide](https://github.com/FancyWM/fancywm/wiki#users-guide)
Head over to the [Wiki](https://github.com/FancyWM/fancywm/wiki).

## [Issues](https://github.com/FancyWM/fancywm/issues)
Please, take the time to report any problems you experience by:
- Opening an issue on https://github.com/veselink1/fancywm/issues (feature requests also welcome)
In case of crashes, please also remember to save and attach the log file produced by the application.

## Building from source

Clone this repo, including submodules.

```bash
git clone --recursive https://github.com/FancyWM/fancywm.git
```

Open the .sln file with Visual Studio 2022 and build the FancyWM project.

## WinMan & WinMan.Windows
FancyWM is based on [WinMan](https://github.com/veselink1/winman) and [WinMan.Windows](https://github.com/veselink1/winman-windows).

## Screenshots

Light theme, Vertical panel on the left

---


Dark theme, Vertical panel on the left, Stack panel with 3 VS Code windows on the right

---


Vertical panel on the left, Edge in the middle, Vertical panel on the right

---