This repository contains my personal Linux dotfiles for my Arch/Hyprland setup.
- StarCraft Mode: Press
Super+Alt+Sto enable StarCraft controls whereCtrl+WASDacts as arrow keys - Hyprland: Wayland compositor configuration with extensive keybindings
- QuickShell: Custom shell integration with panels and widgets
- Fish: Modern shell configuration with custom functions
- Kitty: Terminal emulator configuration
- Themes: Custom color schemes and wallpapers
The StarCraft mode is a special keybinding submap that allows gaming-style controls:
- Activate:
Super+Alt+S - Controls:
Ctrl+W→Ctrl+UpCtrl+A→Ctrl+LeftCtrl+S→Ctrl+DownCtrl+D→Ctrl+Right
- Deactivate:
Super+Alt+S(same as activate)
This is particularly useful for applications that use Ctrl+arrow keys for navigation but you prefer WASD controls.
Clone this repository and symlink the configuration files:
git clone https://github.com/YOUR_USERNAME/dotfiles.git
cd dotfiles
./install.shdotfiles/
├── .config/
│ ├── hypr/ # Hyprland configuration
│ ├── quickshell/ # QuickShell setup
│ ├── fish/ # Fish shell config
│ ├── kitty/ # Terminal config
│ ├── fuzzel/ # Application launcher
│ └── wlogout/ # Logout menu
├── .bashrc # Bash configuration
└── .starship.toml # Shell prompt config
Built on Arch Linux with Hyprland Wayland compositor.