mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-14 07:22:04 +00:00
rosenthal: Set foot TERMINFO in skeletons and fix ckbcomp path in set-keymap script.
Change to set-keymap script is a follow-up to commit
2468773dd2.
* modules/rosenthal/examples/foot/foot.ini: New file.
* modules/rosenthal/services/desktop.scm (%rosenthal-skeletons): Use it.
(%rosenthal-set-keymap-script): Fix ckbcomp path.
This commit is contained in:
parent
818b67307c
commit
73c32a7b2c
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* (build-keyboard-layout file layout #:optional variant #:key model options)
|
||||||
(define pipe
|
(define pipe
|
||||||
(apply open-pipe* OPEN_READ
|
(apply open-pipe* OPEN_READ
|
||||||
#$(file-append console-setup)
|
#$(file-append console-setup "/bin/ckbcomp")
|
||||||
(string-append "-I" #$xkeyboard-config "/share/X11/xkb")
|
(string-append "-I" #$xkeyboard-config "/share/X11/xkb")
|
||||||
"-rules" "base"
|
"-rules" "base"
|
||||||
`(,@(if model
|
`(,@(if model
|
||||||
@ -649,7 +649,7 @@ set-keymap us dvorak -o ctrl:nocaps\n")
|
|||||||
,(local-file "../examples/emacs/init-miscellaneous.el"))
|
,(local-file "../examples/emacs/init-miscellaneous.el"))
|
||||||
|
|
||||||
(".config/foot/foot.ini"
|
(".config/foot/foot.ini"
|
||||||
,(plain-file "foot.ini" "font=monospace:size=12\n"))
|
,(local-file "../examples/foot/foot.ini"))
|
||||||
(".config/mako/config"
|
(".config/mako/config"
|
||||||
,(local-file "../examples/mako.conf"))
|
,(local-file "../examples/mako.conf"))
|
||||||
(".config/niri/config.kdl"
|
(".config/niri/config.kdl"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user