Add support for custom config
This commit is contained in:
parent
f310796e9c
commit
e8be745d86
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Reference in a new issue