mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-26 11:44:23 +00:00
Compare commits
2 Commits
f8d4113975
...
73c32a7b2c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73c32a7b2c | ||
|
|
818b67307c |
4
modules/rosenthal/examples/foot/foot.ini
Normal file
4
modules/rosenthal/examples/foot/foot.ini
Normal file
@ -0,0 +1,4 @@
|
||||
font=monospace:size=12
|
||||
|
||||
[environment]
|
||||
TERM=xterm-256color
|
||||
@ -540,7 +540,7 @@ gtk-key-theme-name = ~a~%"
|
||||
(define* (build-keyboard-layout file layout #:optional variant #:key model options)
|
||||
(define pipe
|
||||
(apply open-pipe* OPEN_READ
|
||||
#$(file-append console-setup)
|
||||
#$(file-append console-setup "/bin/ckbcomp")
|
||||
(string-append "-I" #$xkeyboard-config "/share/X11/xkb")
|
||||
"-rules" "base"
|
||||
`(,@(if model
|
||||
@ -649,7 +649,7 @@ set-keymap us dvorak -o ctrl:nocaps\n")
|
||||
,(local-file "../examples/emacs/init-miscellaneous.el"))
|
||||
|
||||
(".config/foot/foot.ini"
|
||||
,(plain-file "foot.ini" "font=monospace:size=12\n"))
|
||||
,(local-file "../examples/foot/foot.ini"))
|
||||
(".config/mako/config"
|
||||
,(local-file "../examples/mako.conf"))
|
||||
(".config/niri/config.kdl"
|
||||
@ -681,7 +681,7 @@ configuration {
|
||||
(%current-system))))
|
||||
|
||||
(define %display-manager-service-type
|
||||
(if (string-prefix? "x86_64" system)
|
||||
(if (target-64bit? system)
|
||||
gdm-service-type
|
||||
sddm-service-type))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user