mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
2fff973177
Changes include: - fcitx5 support - Removed middle click paste - udiskie starts by default - Internal screen is 1x scale by default - Acceleration profile is flat - swww settings added - Gaps are smaller by default - No border by default - Master layout by default - No rounding by default - Special workspace uses fade animation - New windows become master - rofi used over of wofi - Super+O to toggle waybar - Super+U to toggle between master/dwindle layouts - Super+S to toggle special workspace - Super+Ctrl+[0-9] for river/dwm-like tag behavior - Super+Alt for group keybinds - Volume/brightness keybinds
22 lines
778 B
Markdown
22 lines
778 B
Markdown
# Hyprland
|
|
|
|
[Hyprland][hyprland] is a new tiling Wayland compositor written in C++.
|
|
|
|
## Use Cases
|
|
|
|
Hyprland can be used to:
|
|
|
|
- Take advantage of Wayland, without having to resort to the i3-like Sway
|
|
- Use a Wayland compositor that opens windows in a similar vein to bspwm
|
|
- Have dynamic workspaces out of the box, with no configuration necessary.
|
|
- Have instantaneous partial scaling support and monitors with different refresh rates
|
|
- Have live multi-monitor support without having to deal with xrandr/arandr.
|
|
- Have gestures without having to worry about bugs in `libinput-gestures`
|
|
- Drag and drop windows across monitors and switch focus between them, unlike bspwm
|
|
|
|
You should not use hyprland if:
|
|
|
|
- You should use hyprland.
|
|
|
|
[hyprland]: https://github.com/hyprwm/Hyprland
|