10 lines
268 B
Lua
10 lines
268 B
Lua
-- This file will not be overwritten across dots-hyprland updates.
|
|
-- The file name is for the sake of organization and does not matter
|
|
-- See the corresponding files in ~/.config/hypr/hyprland for examples
|
|
|
|
hl.config({
|
|
input = {
|
|
kb_options = "caps:escape",
|
|
},
|
|
})
|