Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Control Center

The Control Center is a Quickshell utility window for system health, quick actions, appearance settings, and keybind discovery.

Open: Super + F1, or run dwm-controlcenter from a terminal.

The window floats above normal clients like the launcher, network popover, and power menu. Press Esc to close it.


Network Popover

The panel network indicator opens a Quickshell network popover. It shows active NetworkManager connections, scans visible Wi-Fi networks, and connects to open or WPA personal networks directly. Successful Wi-Fi connections are saved as NetworkManager profiles, so they reconnect normally in later sessions.

Hidden SSIDs and enterprise Wi-Fi are handled through the optional nm-connection-editor fallback when it is installed.


Modules

System Health

Runs a full dependency check and reports:

  • Build tools (cc, make) and required libraries
  • Xorg / Xlibre installation
  • Runtime programs: quickshell, picom, feh, flameshot, bluetoothctl, blueman-applet
  • Terminal emulators (alacritty, kitty, st)
  • Fonts: MesloLGS Nerd, Noto Color Emoji
  • Running services: picom, NetworkManager
  • Config paths: .xinitrc, Quickshell config, wallpaper folder

Selecting a failed item offers to run install.sh (auto-fix) or check-deps.sh (details).

Quick Actions

ActionDescription
Restart PicomKill and relaunch the compositor
Reload WallpaperRandomize from ~/Pictures/backgrounds/
Toggle CompositorStart or stop picom
Restart NetworkManagersudo systemctl restart NetworkManager
Run Dependency CheckOpens check-deps.sh in a terminal
Install Missing DepsRuns install.sh in a terminal

Appearance

ActionDescription
Select ThemePick from all themes defined in themes.toml
Randomize WallpaperRandom image from ~/Pictures/backgrounds/
Open Wallpaper FolderOpen folder in file manager
GTK Theme SettingsLaunch nwg-look for GTK theming

Keybind Viewer

Displays all bindings from hotkeys.toml in a searchable Quickshell list. Same as pressing Super + /.


Running from Terminal

dwm-controlcenter

The script is a compatibility wrapper around the Quickshell IPC target:

quickshell ipc --path "${XDG_DATA_HOME:-$HOME/.local/share}/dwm-titus/config/quickshell/shell.qml" call controlcenter toggle
Last change: