Jeena's opinionated Hyprland setup with helper scripts
Find a file
2025-09-14 00:21:59 +09:00
helix Add helix configuration 2025-09-12 21:43:42 +09:00
hypr Set force_split = 2 in hyprland.conf 2025-09-13 22:25:37 +09:00
kitty Add kitty dotfiles 2025-08-31 10:29:18 +09:00
screenshots Rename wlogout and add comments to screenshots in readme 2025-09-02 10:53:50 +09:00
tofi first commit 2025-08-28 11:23:01 +09:00
waybar Reverse scrolling in waybar for wireplumber 2025-09-14 00:21:59 +09:00
wlogout Add wlogout dotfiles 2025-08-31 10:35:23 +09:00
LICENSE first commit 2025-08-28 11:23:01 +09:00
README.md Add helix configuration 2025-09-12 21:43:42 +09:00

Jeena's Hyprland setup

This git repo hosts all the dotfiles I need for my hyprland setup. You can use it to learn and to copy from it, but you probably don't want to just use it as it is because it's very opinionated and hard coded.

If you want a readymade one then I'd suggest https://omarchy.org/

Introduction Video

Jeena's Hyprland Demo

Screenshots

Hyprlock lockscreen with custom font and showing keyboard layout

Empty hyprland screen

Firefox and Kitty side by side, no margin on the outside

If only one window is visible, border is removed

Tofi as app menu

nmtui to edit network and tofi to choose I/O audio devices

wlogout menu

Install

You need to clone this git repository to your computer, let's assume you do:

mkdir -p ~/Projects/
cd ~/Projects/
git clone https://git.jeena.net/jeena/hypr-dotfiles.git

Then you need to soft link the directories in this git repo to the ~/.config/ directory, make sure that those directories don't exist yet in your ~/.config, you will need to delete or move them before. In our example it would be:

cd ~/config
ln -s ~/Projects/hypr-dotfiles/hypr hypr
ln -s ~/Projects/hypr-dotfiles/waybar waybar
ln -s ~/Projects/hypr-dotfiles/tofi tofi
ln -s ~/Projects/hypr-dotfiles/wlogout wlogout
ln -s ~/Projects/hypr-dotfiles/kitty kitty
ln -s ~/Projects/hypr-dotfiles/helix helix

You also need to install all the dependencies:

There are probably more, I will update the list next time I'm installing it on a new computer.

License

All scripts here are under the GPL-v3 or a later version.