feat: added hyprland config
This commit is contained in:
21
.config/hypr/conf.d/input.conf
Normal file
21
.config/hypr/conf.d/input.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = compose:rctrl,fkeys:basic_13-24
|
||||
kb_rules =
|
||||
accel_profile = flat
|
||||
|
||||
numlock_by_default = true
|
||||
follow_mouse = 0
|
||||
|
||||
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
exec-once = setxkbmap -layout us,fr -option 'grp:alt_ctrl_toggle,compose:rctl,fkeys:basic_13-24'
|
||||
Reference in New Issue
Block a user