Stuff, have to rewrite DHOS config parser

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-23 23:23:56 +03:00
parent 14f2e52722
commit d154db1422
6 changed files with 459 additions and 229 deletions

17
lunarwm/lunarwm.dcfg Normal file
View File

@@ -0,0 +1,17 @@
fn lib = {
input = {
keyboard = {
xkb_options = [ "altwin:swap_lalt_lwin" ]
}
}
modifier_aliases = {
Main = "Super"
}
keybindings = [
{ bind = "Main-Escape" action = (lib.quit_compositor) }
{ bind = "Main-Shift-R" action = (lib.reload_config) }
]
}