adding some tweaks

This commit is contained in:
Chris Cochrun 2023-07-03 16:32:41 -05:00
parent df59b31474
commit 261e587384
5 changed files with 28 additions and 7 deletions

View file

@ -0,0 +1,5 @@
(define-module (hyprland)
#:use-module (ice-9 popen)
#:use-module (ice-9 rdelim))
(read-line)