From e8be745d86978053fce21356318f3db69d820c97 Mon Sep 17 00:00:00 2001 From: Abdulmujeeb Raji Date: Fri, 21 Apr 2023 14:28:00 +0100 Subject: [PATCH] Add support for custom config --- .config/hypr/hyprland.conf | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ceb7cc7..73a2a07 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/README.md b/README.md index b5f9481..0929a3a 100644 --- a/README.md +++ b/README.md @@ -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.