Add support for custom config

This commit is contained in:
Abdulmujeeb Raji 2023-04-21 14:28:00 +01:00
parent f310796e9c
commit e8be745d86
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,7 @@ exec-once = swayidle -w
exec-once = mako
exec-once = udiskie
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
source = ~/.config/hypr/custom.conf
# Some default env vars.
env = XCURSOR_SIZE,24

View file

@ -14,6 +14,7 @@ git remote add origin git@github.com:midnadimple/dotfiles
git fetch
git checkout -f master
./install.sh
touch ~/.config/hypr/custom.conf # needed for custom config and proper operation
```
Logout and login.