Skip to content

ChonSong/sean-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository contains my personal Linux dotfiles for my Arch/Hyprland setup.

Features

  • StarCraft Mode: Press Super+Alt+S to enable StarCraft controls where Ctrl+WASD acts 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

StarCraft Mode

The StarCraft mode is a special keybinding submap that allows gaming-style controls:

  • Activate: Super+Alt+S
  • Controls:
    • Ctrl+WCtrl+Up
    • Ctrl+ACtrl+Left
    • Ctrl+SCtrl+Down
    • Ctrl+DCtrl+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.

Installation

Clone this repository and symlink the configuration files:

git clone https://github.com/YOUR_USERNAME/dotfiles.git
cd dotfiles
./install.sh

Structure

dotfiles/
├── .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

Credits

Built on Arch Linux with Hyprland Wayland compositor.

About

My Arch Linux Hyprland dotfiles with StarCraft mode configuration

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors