From 57a759f001a74114cb5e2e8e5077cadcd4bad4b4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 22 Dec 2025 22:37:46 +0100 Subject: Update the configuration of hyprland and mako --- .config/hypr/hyprland.conf | 4 ++++ .config/mako/config | 5 +++++ README.md | 1 + 3 files changed, 10 insertions(+) create mode 100644 .config/mako/config diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index af45317..8a6bd6d 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -2,5 +2,9 @@ # Based on Omarchy hyprland setup # check /etc/hyprland/hyprland.conf for the defaults +# System defaults +source = /etc/hypr/hyprland.conf + +# User configurations source = ~/.config/hypr/input.conf source = ~/.config/hypr/bindings.conf diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..6e7e5ee --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,5 @@ +# System defaults +include=/etc/xdg/mako/config + +# User configurations +# include=~/.config/mako/custom_config diff --git a/README.md b/README.md index fcc161a..025ed2d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ ```bash git clone https://git.sr.ht/~a14m/.rc ~/.rc +rm -f ~/.bash_profile cd ~/.rc stow --no-folding --adopt . git restore . -- cgit v1.2.3