Quick start guide for first-time bitzdots users.
- A working Hyprland installation
- Git
~/.config/directory exists- Basic familiarity with the terminal
git clone https://github.com/bitzzdev/bitzdots.git ~/.config/bitzdots
cd ~/.config/bitzdots
chmod +x install.sh
./install.sh --with-depsThis will:
- Detect your distro (Arch, Fedora, Debian, NixOS)
- Install all required packages
- Link all config files to
~/.config/ - Install JetBrainsMono Nerd Font
- Enable the wallpaper cache systemd service
- Set fish as your default shell
- Create screenshot directories
- Generate an initial theme from your first wallpaper
After running the installer, log out of your current Hyprland session and log back in. The autostart.lua script will launch:
- Waybar (status bar)
- SwayNC (notification center)
- Polkit authentication agent
- Cliphist (clipboard history)
- Awww daemon (animated wallpapers)
- Your last wallpaper
Press SUPER + SHIFT + W to open the wallpaper picker, or run:
~/.config/wallust/wallpaper-select.shSelect an image — the theme generates automatically and all components update.
Essential shortcuts:
| Key | Action |
|---|---|
SUPER + T |
Open terminal (kitty) |
SUPER + Space |
App launcher (rofi) |
ALT + Space |
Spotlight search (files + folders + web) |
SUPER + Q |
Close window |
SUPER + V |
Clipboard history |
SUPER + SHIFT + S |
Selection screenshot |
Print |
Fullscreen screenshot |
SUPER + N |
Toggle notifications |
SUPER + SHIFT + W |
Wallpaper picker |
Full list: Keybindings
- Change colors: Just change the wallpaper. Everything follows
- Modify templates: Edit files in
~/.config/wallust/templates/ - Add new components: See Customization
If your system supports it, cycle power profiles via the waybar power icon, or:
~/.config/waybar/scripts/power-profile-switch.shPrint→ saves to~/Pictures/Screenshots/Fullscreen/+ clipboardSUPER + SHIFT + S→ select region, saves to~/Pictures/Screenshots/Freeform/+ clipboard
SUPER + R→ toggle fullscreen recordingSUPER + SHIFT + R→ toggle region recording
Saved to ~/Videos/Recordings/Fullscreen/ and ~/Videos/Recordings/Region/.
- Read the Features overview
- Explore the Waybar Modules
- Learn how Theming works
- Check Performance optimization tips