Skip to content

My dotfiles for Hyprland, based on Hyprdots.

License

Notifications You must be signed in to change notification settings

Ew4n1011/Hyprlux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// design by t2

Important

This is a fork of prasanthrangan's hyprdots repo, with some of my own tweaks. Be sure to check out his repo, it's very cool and well done!



wallbash_720p.mp4




The installation script is designed for a minimal Arch Linux install, but may work on some Arch-based distros. While installing dotfiles alongside another DE/WM should work, due to it being a heavily customized setup, it will conflict with your GTK/Qt theming, Shell, SDDM, GRUB, etc. and is at your own risk.

Important

The install script will auto-detect an NVIDIA card and install nvidia-dkms drivers for your kernel. Please ensure that your NVIDIA card supports dkms drivers in the list provided here.

Caution

The script modifies your grub or systemd-boot config to enable NVIDIA DRM.

To install, execute the following commands:

pacman -S --needed git base-devel
git clone --depth 1 https://github.com/Ew4n1011/Hyprlux ~/hyprlux
cd ~/hyprlux/Scripts
./install.sh

Tip

You can also add any other apps you wish to install alongside dotfiles to Scripts/custom_apps.lst and pass the file as a parameter to install it like so:

./install.sh custom_apps.lst


To update dotfiles, you will need to pull the latest changes from GitHub and restore the configs by running the following commands:

cd ~/hyprlux/Scripts
git pull
./install.sh -r

Important

Please note that any configurations you made will be overwritten if listed to be done so as listed by Scripts/restore_cfg.lst. However, all replaced configs are backed up and may be recovered from in ~/.config/cfg_backups.


All our official themes are stored in a separate repository, allowing users to install them using themepatcher. For more information, visit Ew4n1011/Hyprlux-themes.

Catppuccin-Latte Catppuccin-Mocha Decay-Green Gruvbox-Retro Rosé-Pine Tokyo-Night


Theme Select
Wallpaper SelectLauncher Select
Wallbash ModesNotification Action
Rofi Launcher
Wlogout Menu
Game Launcher


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 + Enter Launch terminal emulator (kitty)
Super + E Launch file manager (dolphin)
Super + C Launch text editor (vscode)
Super + F Launch web browser (firefox)
Super + S Launch music player (spotify)
Ctrl + Shift + Esc Launch system monitor (htop/btop or fallback to top)
Super + O 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 + Shift S 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 + Shift + 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

About

My dotfiles for Hyprland, based on Hyprdots.

Resources

License

Stars

Watchers

Forks