hyprland lua fixes
This commit is contained in:
parent
12ec4d920a
commit
6b5e170196
3 changed files with 14 additions and 6 deletions
|
|
@ -9,6 +9,12 @@ xkb_keymap {
|
|||
modifier_map Mod3 { <PAUS> };
|
||||
|
||||
key <CAPS> { [ Escape ] };
|
||||
|
||||
key <I121> { [ XF86AudioMute ] };
|
||||
key <I122> { [ XF86AudioLowerVolume ] };
|
||||
key <I123> { [ XF86AudioRaiseVolume ] };
|
||||
key <I232> { [ XF86MonBrightnessDown ] };
|
||||
key <I233> { [ XF86MonBrightnessUp ] };
|
||||
|
||||
};
|
||||
xkb_geometry { include "pc(pc105)" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue