Stuff, have to rewrite DHOS config parser
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
17
lunarwm/lunarwm.dcfg
Normal file
17
lunarwm/lunarwm.dcfg
Normal 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) }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user