Skip to content

Quick Start

Terminal window
bash <(curl -fsSL https://raw.githubusercontent.com/binarylinuxx/dots/main/install.sh)

Follow the prompts and logout when complete.

  1. Select Hyprland from your login manager
  2. Login with your credentials
  3. Wait for Quickshell to load (~5 seconds)

You should see the bar appear at the top with workspaces, system tray, and clock.

KeybindAction
Super + ReturnOpen terminal
Super + QClose window
Super + SpaceOpen launcher
Super + SOpen settings
Super + WChange wallpaper
KeybindAction
Super + 1-9Switch to workspace 1-9
Super + Shift + 1-9Move window to workspace
Super + Mouse WheelCycle workspaces
KeybindAction
Super + TToggle floating
Super + Arrow KeysMove focus
Super + Mouse DragMove window
Super + Right MouseResize window

See all keybindings

Press Super + Return

/usr/bin/fish
# Check your shell
echo $SHELL
# Check theme colors
cat ~/.config/hypr/colors.conf

Press Super + Space

  • Type to search applications
  • Use arrow keys to navigate
  • Press Enter to launch

Press Super + W

Your colors will automatically update to match the new wallpaper!

Press Super + S

Configure:

  • Bar appearance
  • Launcher behavior
  • Workspace settings
  • Visual effects

Colors are generated from your wallpaper:

Terminal window
# Use any image
matugen image /path/to/wallpaper.png
# Or use a specific color
matugen color "#FF5733"

Edit ~/.config/quickshell/config.json:

{
"fontFamily": "Your Font Name",
"fontSize": 14
}

Edit ~/.config/hypr/keyboard/binds.conf:

# Add your custom binds
bind = $mainMod, X, exec, your-command

Press Print Screen

Screenshots are saved to clipboard.

  • Super + N - Start recording
  • Super + E - Stop recording

Videos saved to ~/Videos/ with timestamp

  • XF86AudioRaiseVolume - Volume up
  • XF86AudioLowerVolume - Volume down
  • XF86AudioMute - Toggle mute

Or click the volume icon in the system tray

  • XF86AudioPlay - Play/pause
  • XF86AudioNext - Next track
  • XF86AudioPrev - Previous track

Edit ~/.config/hypr/visual/o2-vertical.conf:

animations {
# Change bezier curves for faster animations
bezier = workspaceIn, 0.22, 1, 0.36, 1
}

Edit ~/.config/quickshell/config.json:

{
"workspaceCount": 15, // Default is 10
"dynamicWorkspaces": true
}

Edit ~/.config/quickshell/config.json:

{
"barHeight": 40, // Default is 35
"barRadius": 30
}