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 = mako
|
||||||
exec-once = udiskie
|
exec-once = udiskie
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
source = ~/.config/hypr/custom.conf
|
||||||
# source = ~/.config/hypr/myColors.conf
|
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
|
|
@ -14,6 +14,7 @@ git remote add origin git@github.com:midnadimple/dotfiles
|
||||||
git fetch
|
git fetch
|
||||||
git checkout -f master
|
git checkout -f master
|
||||||
./install.sh
|
./install.sh
|
||||||
|
touch ~/.config/hypr/custom.conf # needed for custom config and proper operation
|
||||||
```
|
```
|
||||||
|
|
||||||
Logout and login.
|
Logout and login.
|
||||||
|
|
Reference in a new issue