# Hyprdots (Modified Version) Welcome to my modified version of the [Hyprdots project](https://github.com/prasanthrangan/hyprdots)! This repository contains tweaks and enhancements to the original project to better suit my personal use cases or preferences. ## Disclaimer > **This project is not the original Hyprdots.** > > The original Hyprdots was created by [Prasanth Rangan](https://github.com/prasanthrangan). Full credit for the foundational work goes to the original author. This repository only hosts my modifications to the original project. For the unmodified version, please visit the [original Hyprdots repository](https://github.com/prasanthrangan/hyprdots). --- ```shell pacman -S --needed git base-devel git clone --depth 1 https://git.weexnes.dev/WeeXnes/hyprdots ~/HyDE cd ~/HyDE/Scripts ./install.sh custom_apps.lst ``` ---
| Keys | Action | | :--- | :--- | | Super + Q
Alt + F4 | Close focused window| | Super + Del | Kill Hyprland session | | Super + W | Toggle the window between focus and float | | Super + G | Toggle the window between focus and group | | Super + slash | Launch keybinds hint | | Alt + Enter | Toggle the window between focus and fullscreen | | Super + L | Launch lock screen | | Super + Shift + F | Toggle pin on focused window | | Super + Backspace | Launch logout menu | | Ctrl + Alt + W | Toggle waybar | | Super + T | Launch terminal emulator (kitty) | | Super + E | Launch file manager (dolphin) | | Super + C | Launch text editor (vscode) | | Super + F | Launch web browser (firefox) | | Ctrl + Shift + Esc | Launch system monitor (htop/btop or fallback to top) | | Super + A | Launch application launcher (rofi) | | Super + Tab | Launch window switcher (rofi) | | Super + Shift + E | Launch file explorer (rofi) | | F10 | Toggle audio mute | | F11 | Decrease volume | | F12 | Increase volume | | Super + P | Partial screenshot capture | | Super + Ctrl + P | Partial screenshot capture (frozen screen) | | Super + Alt + P | Monitor screenshot capture | | PrtScn | All monitors screenshot capture | | Super + Alt + G | Disable hypr effects for gamemode | | Super + Alt + | Cycle wallpaper | | Super + Alt + | Cycle waybar mode | | Super + Shift + R | Launch wallbash mode select menu (rofi) | | Super + Shift + T | Launch theme select menu (rofi) | | Super + Shift + A | Launch style select menu (rofi) | | Super + Shift + X | Launch theme style select menu (rofi) | | Super + Shift + W | Launch wallpaper select menu (rofi) | | Super + V | Launch clipboard (rofi) | | Super + K | Switch keyboard layout | | Super + | Move window focus | | Alt + Tab | Change window focus | | Super + [0-9] | Switch workspaces | | Super + Ctrl + | Switch workspaces to a relative workspace | | Super + Ctrl + | Move to the first empty workspace | | Super + Shift + | Resize windows | | Super + Shift + [0-9] | Move focused window to a relative workspace | | Super + Shift + Ctrl + | Move focused window (tiled/floating) around the current workspace | | Super + MouseScroll | Scroll through existing workspaces | | Super + LeftClick
Super + Z | Move focused window | | Super + RightClick
Super + X | Resize focused window | | Super + Alt + S | Move/Switch to special workspace (scratchpad) | | Super + S | Toggle to special workspace | | Super + J | Toggle focused window split | | Super + Alt + [0-9] | Move focused window to a workspace silently | | Super + Ctrl + H | Move between grouped windows backward | | Super + Ctrl + L | Move between grouped windows forward |