diff options
author | vaxerski <[email protected]> | 2022-03-24 21:05:34 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-03-24 21:05:34 +0100 |
commit | 7eb2a1023b7b5b25daf8ee836627ab78da2233ca (patch) | |
tree | 4617df75c7311a17bac910a6715d07dbe95b29d0 /example | |
parent | ccd691a88bac649579e33001c5ad9f83f96e1653 (diff) | |
download | Hyprland-7eb2a1023b7b5b25daf8ee836627ab78da2233ca.tar.gz Hyprland-7eb2a1023b7b5b25daf8ee836627ab78da2233ca.zip |
Added keyboard configuration
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 524ac94b..903aab32 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -6,6 +6,14 @@ monitor=,1280x720@60,0x0,0.5,1 workspace=DP-1,1 +input { + kb_layout=en + kb_variant= + kb_model= + kb_options= + kb_rules= +} + general { max_fps=240 sensitivity=0.25 |