CREATED BY DELEJOS // SIGINT-01 // VERSION 1.0
SYSTEM DESIGNATION // LINUX WORKSTATION CONFIG

SIGINT-01

A dark, minimal Arch Linux + Hyprland environment built for IT operations, security research, and terminal-heavy workflows. No clutter. No distractions.

PLATFORM  ARCH LINUX WM  HYPRLAND WORKSPACES  4 STATUS  WORK IN PROGRESS

// WORK IN PROGRESS //  This build is actively maintained and evolving. Config files, theming, and the install script may change between commits. Test in a VM before deploying to a production machine.

01

MISSION BRIEF

Most desktop setups make you choose between usability and aesthetics. SIGINT-01 doesn't. It's built around the idea that your environment should disappear — dark enough to reduce eye strain during long sessions, fast enough to never get in the way, and organized enough that you always know where you are.

The build targets people who spend most of their time in a terminal: sysadmins, penetration testers, CTF players, and developers who run VMs and need their workspace to stay focused. Four workspaces, one purpose each. Nothing running that doesn't need to be.

Everything flows from a single color scheme — deep steel blue backgrounds, cyan accents, no rounded corners, monospace everywhere. The same palette runs through the window manager, status bar, terminal, lock screen, system monitor, fetch tool, and custom-generated wallpapers.

02

WORKSPACE LAYOUT

WS-01
ALPHA
Primary terminal operations. System admin, SSH sessions, package management.
OPERATIONS
WS-02
MIKE
Media management and analysis. Audio and video file inspection, playback, and processing.
MEDIA
WS-03
DELTA
Development environment. Code editors, VMs, containers, testing.
DEVELOPMENT
WS-04
ECHO
Browser, research, secure comms. Isolated from other contexts.
COMMS
03

COMPONENTS

Window managerhyprland
Status barwaybar
Lock screenhyprlock
Display managergreetd + tuigreet
Terminalkitty
Shellfish + starship
App launcherrofi-wayland
System fetchfastfetch
Resource monitorbtop
Editorneovim
Screenshotsflameshot
Notificationsdunst
04

DEPLOYMENT

BASH // INSTALL SEQUENCE
# Clone the repository
$ git clone https://github.com/delejos/sigint-01.git ~/sigint-01
$ cd ~/sigint-01

# Run installer — handles packages, symlinks, wallpapers, services
$ chmod +x install.sh && ./install.sh

# Optional: apply hardened sshd_config
$ INSTALL_SSHD_CONFIG=1 ./install.sh

▸  Requires a base Arch Linux install with internet access and sudo privileges.
▸  Installs all packages via pacman and yay (AUR helper installed automatically if missing).
▸  Test in a VM before applying to a production machine.

05

KEYBINDS

Open terminal
SUPERReturn
App launcher
SUPERR
File manager
SUPERE
Lock screen
SUPERL
Close window
SUPERQ
Fullscreen
SUPERF
Toggle floating
SUPERV
Switch workspace
SUPER1–4
Move window to workspace
SUPERSHIFT1–4
Move focus
SUPER← ↑ ↓ →
Screenshot
Print
Volume up / down
XF86Audio+/-
06

PREVIEW