My personal configuration files for a tiling window manager workflow on Windows.
- Komorebi - Tiling Window Manager
- WHKD - Windows Hotkey Daemon
- YASB - Yet Another Status Bar
- Fastfetch - System Information Tool
Symlinks require Developer Mode to be enabled on Windows.
- Open Settings.
- Go to System > For developers.
- Toggle Developer Mode to On.
Run the following in PowerShell to install the required tools via winget:
winget install LGUG2Z.komorebi
winget install LGUG2Z.whkd
winget install --id AmN.yasb
winget install fastfetchI recommend using tuckr to manage symlinks.
# Requires Rust/Cargo installed
cargo install tuckrSet the configuration paths for komorebi and whkd. Run the following in Administrator PowerShell:
[Environment]::SetEnvironmentVariable('KOMOREBI_CONFIG_HOME', "$env:USERPROFILE\.config\komorebi", 'User')
[Environment]::SetEnvironmentVariable('WHKD_CONFIG_HOME', "$env:USERPROFILE\.config\whkd", 'User')# Create directory
mkdir -Force "$env:APPDATA/dotfiles"
# Clone repository
git clone https://github.com/Ciphrox/windots.git "$env:APPDATA/dotfiles"
# Link configurations
tuckr add windots-
Clone the repository:
git clone https://github.com/Ciphrox/windots.git
-
Copy the contents of
windots/Configs/windots/*to yourC:/Users/<username>/*/ directory
# Start Komorebi and WHKD
komorebic start --whkd
# Stop Komorebi and WHKD
komorebic stop --whkd
# Enable Autostart on login
komorebic enable-autostart# Run YASB
yasb- Press
Alt + ito view a list of available shortcuts. - Check the
whkdconfiguration file in.config/whkd/whkdrcfor the full list of hotkeys.