Hyprland dotfiles. Wayland-only setup, managed with stow.
- Compositor: Hyprland
- Bar: Waybar
- Terminal: Kitty
- Launcher: Tofi
- Notifications: Mako
- Wallpaper: Hyprpaper
- Lock: system suspend (lol)
| Package | Description |
|---|---|
| Hyprland | Wayland Compositor & Window Manager |
| Waybar | Wayland Status Bar |
| Kitty | Terminal Emulator based on beautiful kittens |
| Package | Description |
|---|---|
| Tofi | App launcher based |
| Mako | Notification Daemon |
| Hyprpaper | Wallpaper (i think) |
- pipewire
- xdg-desktop-portal-hyprland
Main language: Spanish.
So don't worry if a commented section suddenly starts yelling at you in another language
.config/
├── hypr # compositor config on lua
│ ├── config
│ │ ├── animations.lua
│ │ ├── autostart.lua
│ │ ├── input.lua
│ │ ├── keybinds.lua
│ │ ├── output.lua
│ │ ├── permissions.lua
│ │ └── rules.lua
│ ├── hyprland.lua
│ └── hyprpaper.conf
├── kitty # terminal
│ └── kitty.conf
├── nvim # Using LazyVim
│ ├── init.lua
│ ├── lua # (with lua tho)
│ │ ├── config
│ │ │ ├── autocmds.lua
│ │ │ ├── keymaps.lua
│ │ │ └── lazy.lua
│ │ └── plugins
│ │ ├── cmp.lua
│ │ ├── colorsheme.lua
│ │ └── snacks.lua
├── tofi
│ └── config
├── tty-login # shitty tty login setup
│ └── tty-greter.sh
└── waybar # "Eww, why does it look like that" ahh top bar
├── config.jsonc
└── style.css$ git clone https://github.com/Exzy404/dotfiles.git && cd dotfiles
$ stow -t ~/.config .config 