{"id":24600878,"url":"https://github.com/levitifox/hyprstack","last_synced_at":"2025-07-29T23:11:54.863Z","repository":{"id":272834901,"uuid":"917913323","full_name":"Levitifox/hyprstack","owner":"Levitifox","description":"Configuration files and scripts for setting up a streamlined Arch Linux environment with Hyprland as the Wayland compositor.","archived":false,"fork":false,"pushed_at":"2025-01-17T14:37:02.000Z","size":3092,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T15:42:05.701Z","etag":null,"topics":["arch-linux","configuration","custom-workflows","dotfiles","dotfiles-linux","hyprland","linux","minimalist","system-optimization","wayland"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Levitifox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-16T21:59:51.000Z","updated_at":"2025-01-17T14:37:03.000Z","dependencies_parsed_at":"2025-01-17T15:42:10.011Z","dependency_job_id":"1002825c-aeb6-45f9-a40c-916d5b1cffd2","html_url":"https://github.com/Levitifox/hyprstack","commit_stats":null,"previous_names":["levitifox/dotfile","levitifox/hyprstack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levitifox%2Fhyprstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levitifox%2Fhyprstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levitifox%2Fhyprstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levitifox%2Fhyprstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Levitifox","download_url":"https://codeload.github.com/Levitifox/hyprstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244181042,"owners_count":20411600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arch-linux","configuration","custom-workflows","dotfiles","dotfiles-linux","hyprland","linux","minimalist","system-optimization","wayland"],"created_at":"2025-01-24T14:19:17.745Z","updated_at":"2025-03-18T07:41:22.443Z","avatar_url":"https://github.com/Levitifox.png","language":"CSS","readme":"# Arch Linux Hyprland Dotfiles\n\nConfiguration files and scripts for setting up a streamlined Arch Linux environment with Hyprland as the Wayland compositor. This repository is designed to provide a straightforward setup and maintain a consistent workflow for daily use.\n\n## Features\n- Optimized for Hyprland, a dynamic tiling Wayland compositor.\n- Includes configurations for essential applications and tools.\n- Automates setup with scripts to minimize manual intervention.\n- Organized structure for easy navigation and customization.\n\n## Use Case\nIdeal for users who want a pre-configured, minimal, and efficient system setup with Hyprland on Arch Linux. The configurations emphasize usability, aesthetics, and performance.\n\n![Screenshot of workspace](scrsht.png)\n\n---\n\n## Installation\n\n### Recommendations (Using `archinstall`)\n- **Disk Format**: ext4  \n- **Bootloader**: GRUB  \n- **Audio**: PipeWire  \n\n#### Additional Packages:\n- `git`, `nano`  \n\n#### Network Configuration:\n- **Network Manager**  \n\n---\n\n### First Run Setup\n1. Clone and install the `yay` AUR helper:\n    ```bash\n    cd /opt/\n    sudo git clone https://aur.archlinux.org/yay-git.git\n    sudo chown -R \u003cusername\u003e:\u003cusername\u003e yay-git/\n    cd yay-git/\n    makepkg -si\n    ```\n\n2. Update your system:\n    ```bash\n    yay -Suy\n    ```\n\n3. Clone this repository and set up Hyprland:\n    ```bash\n    cd /opt/\n    sudo git clone https://github.com/Levitifox/hyprstack.git\n    sudo chown -R \u003cusername\u003e:\u003cusername\u003e hyprstack/\n    cd hyprstack/\n    chmod +x set-hypr\n    ./set-hypr\n    ```\n\n## Useful Commands and Configurations\n\n### Set Up Auto-login\n\n1. Create the necessary directory:\n   ```bash\n   sudo mkdir -p /etc/systemd/system/getty@tty1.service.d/\n   ```\n\n2. Edit the override configuration file:\n   ```bash\n   sudo nano /etc/systemd/system/getty@tty1.service.d/override.conf\n   ```\n\n3. Add the following content to the file:\n   ```ini\n   [Service]\n   ExecStart=\n   ExecStart=-/sbin/agetty --autologin \u003cusername\u003e --noclear %I $TERM\n   ```\n\n### Remove Password Prompt for `sudo` Commands\n\n1. Open the sudoers file for editing:\n   ```bash\n   sudo visudo\n   ```\n\n2. Add the following line at the end of the file:\n   ```plaintext\n   \u003cusername\u003e ALL=(ALL) NOPASSWD: ALL\n   ```\n\n---\n\n## Applications\n\n| **Application**          | **Description**                                  |\n|---------------------------|-------------------------------------------------|\n| `hyprland`               | A dynamic tiling Wayland compositor.            |\n| `kitty`                  | Terminal emulator.                              |\n| `waybar`                 | Customizable status bar for Wayland.            |\n| `swaybg`                 | Wallpaper utility for Wayland.                  |\n| `swaylock-effects`       | Screen locker with effects.                     |\n| `wofi`                   | Wayland-native launcher.                        |\n| `wlogout`                | Logout menu for Wayland.                        |\n| `polkit-gnome`           | Polkit authentication agent.                    |\n| `python-requests`        | Python HTTP library.                            |\n| `starship`               | Cross-shell prompt.                             |\n| `swappy`                 | Screenshot editing tool.                        |\n| `grim`, `slurp`          | Screenshot tools for Wayland.                   |\n| `pamixer`                | CLI mixer for PulseAudio/ALSA.                  |\n| `brightnessctl`          | Screen brightness control utility.              |\n| `gvfs`                   | Virtual filesystem.                             |\n| `bluez`, `bluez-utils`   | Bluetooth protocol stack and utilities.         |\n| `lxappearance`           | GTK+ theme switcher.                            |\n| `xfce4-settings`         | XFCE settings manager.                          |\n| `dracula-gtk-theme`      | Dracula GTK theme.                              |\n| `dracula-icons-git`      | Dracula icons.                                  |\n| `xdg-desktop-portal-hyprland` | Desktop integration for Hyprland.        |\n| `code`                   | Visual Studio Code editor.                      |\n| `kde-frameworks`         | KDE libraries and tools.                        |\n| `kdelibs`                | KDE legacy libraries.                           |\n| `kde-gtk-config`         | GTK theme configuration for KDE.                |\n| `arc-gtk-theme`          | GTK theme.                                      |\n| `thunar`                 | XFCE file manager.                              |\n| `xorg-setxkbmap`         | Keyboard layout utility.                        |\n| `swaync`                 | Notification center for Wayland.                |\n| `jq`                     | JSON processor.                                 |\n| `hyprctl`, `hyprlock`    | Hyprland utilities.                             |\n| `btop`, `htop`           | Resource monitors.                              |\n| `neofetch`               | System information tool.                        |\n| `clipman`                | Clipboard manager.                              |\n| `zathura`               | Lightweight document viewer.                    |\n| `gnome-calculator`      | Calculator application.                         |\n| `gnome-calendar`        | Calendar application.                           |\n| `blueman`               | Bluetooth manager.                              |\n| `telegram-desktop`      | Telegram messaging client.                      |\n| `discord`               | Voice, video, and text communication platform.  |\n| `skypeforlinux-stable-bin` | Skype messaging and video calling client.     |\n| `youtube-music-bin`     | YouTube Music desktop app.                      |\n| `obsidian`              | Note-taking and knowledge management app.       |\n| `obs-studio`            | Open-source screen recorder and streaming tool. |\n| `gimp`                  | GNU Image Manipulation Program.                 |\n\n---\n\n## Aliases\n\n| **Alias**              | **Description**                                     |\n|------------------------|-----------------------------------------------------|\n| `update-system`        | Update system using `pacman` and `yay`               |\n| `update`               | Update system with `pacman -Syu`                    |\n| `fullupdate`           | Full system update with `pacman -Syyu`              |\n| `ls`                   | List directory contents using `exa`                 |\n| `ll`                   | List directory contents in long format using `exa`  |\n| `la`                   | List all files, including hidden, using `exa`       |\n| `ram`                  | Display memory usage with `free -h`                 |\n| `cpu`                  | Display CPU information with `lscpu`                |\n| `disk`                 | Display disk usage with `df -h`                     |\n| `search`               | Search for packages with `pacman -Ss`               |\n| `install`              | Install packages with `sudo pacman -S`              |\n| `remove`               | Remove packages with `sudo pacman -Rns`             |\n| `info`                 | Display package information with `pacman -Si`       |\n| `orphan`               | Find orphaned packages with `pacman -Qtdq`          |\n| `cleanup`              | Remove orphaned packages with `pacman -Rns $(pacman -Qtdq)` |\n| `list`                 | List manually installed packages with `pacman -Qe`  |\n| `yay-update`           | Update AUR and repositories with `yay -Syu --devel --timeupdate` |\n| `yay-clean`            | Remove orphaned packages from AUR with `yay -Rns $(yay -Qtdq)` |\n| `yay-search`           | Search for AUR packages with `yay -Ss`              |\n| `yay-install`          | Install AUR packages with `yay -S`                  |\n| `yay-remove`           | Remove AUR packages with `yay -Rns`                 |\n\n---\n\n## Keybindings\n\n### General\n- `SUPER + Q`: Close focused window  \n- `SUPER + Del`: Exit Hyprland session  \n- `SUPER + T`: Launch terminal (kitty)  \n- `SUPER + E`: Launch file manager (thunar)  \n- `SUPER + C`: Launch text editor (VS Code)  \n- `SUPER + B`: Launch browser (Google Chrome)  \n- `SUPER + R`: Launch app launcher (wofi)  \n- `SUPER + P`: Partial screenshot  \n- `SUPER + L`: Lock screen\n- `SUPER + V`: Open clipboard manager (clipman)\n\n### Focus Management\n- `SUPER + Left/Right/Up/Down`: Move focus  \n- `ALT + Tab`: Move focus down  \n\n### Workspace Switching\n- `SUPER + 1-9, 0`: Switch to workspace 1-10  \n- `SUPER + CTRL + Right/Left`: Switch to next/previous workspace  \n- `SUPER + CTRL + Down`: Move to first empty workspace  \n\n### Resizing Windows\n- `SUPER + SHIFT + Arrow Keys`: Resize window  \n\n### Move Windows to Workspaces\n- `SUPER + SHIFT + 1-9, 0`: Move window to workspace  \n- `SUPER + CTRL + ALT + Right/Left`: Move window to next/previous workspace  \n\n### Window Movement\n- `SUPER + SHIFT + CTRL + Arrow Keys`: Move window  \n\n### Workspace Scrolling\n- `SUPER + Mouse Scroll`: Scroll through workspaces  \n\n### Move/Resize Windows with Mouse\n- `SUPER + Left Mouse Button`: Move window  \n- `SUPER + Right Mouse Button`: Resize window  \n\n### Silent Workspace Movement\n- `SUPER + ALT + 1-9, 0`: Silently move window to workspace  ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevitifox%2Fhyprstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevitifox%2Fhyprstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevitifox%2Fhyprstack/lists"}