Fix windowrules and add host-config

This commit is contained in:
Jeena 2026-01-28 06:39:39 +01:00
parent 17d13449cc
commit 94dfc20b24
4 changed files with 62 additions and 17 deletions

View file

@ -48,13 +48,23 @@ cd ~/Projects/
git clone https://git.jeena.net/jeena/hypr-dotfiles.git
```
The next step is to set up a hostname config where you can overwrite
hyprland configs for a specific host:
```
cd ~/Projects/hypr-dotfiles/hypr/hosts/
touch $(hostname).conf
ln -s $(hostname).conf host.conf
```
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
cd ~/.config
ln -s ~/Projects/hypr-dotfiles/hypr hypr
ln -s ~/Projects/hypr-dotfiles/waybar waybar
ln -s ~/Projects/hypr-dotfiles/tofi tofi