Have running also with hyprland to some extent

This commit is contained in:
2026-01-17 13:10:07 +02:00
parent b97f5cd3ee
commit b5e16e71eb
9 changed files with 115 additions and 7 deletions
+17
View File
@@ -0,0 +1,17 @@
#+title: Aner's Emacs Hyprland Configuration
#+property: header-args :results silent
* Base setup
** Require
#+begin_src emacs-lisp
(require 'azos-emacs-base)
#+end_src
* Hyprland Specific
* Provide
#+begin_src emacs-lisp
(provide 'azos-emacs-hyprland)
#+end_src