hypr/.config/hypr/hyprland.conf (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# ======================== INPUT =========================== #
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us, de, ru
kb_options = grp:win_space_toggle, compose:caps
repeat_rate = 50
repeat_delay = 300
follow_mouse = 1
touchpad {
natural_scroll = yes
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
misc {
initial_workspace_tracking = 2
}
dwindle {
preserve_split = true
}
debug:full_cm_proto=true
debug:disable_logs=false
# ┏━┓┏━┓╻ ╻┏━┓┏━╸┏━╸
# ┗━┓┃ ┃┃ ┃┣┳┛┃ ┣╸
# ┗━┛┗━┛┗━┛╹┗╸┗━╸┗━╸
source = ~/.config/hypr/startup.conf
source = ~/.config/hypr/theme.conf
source = ~/.config/hypr/rules.conf
source = ~/.config/hypr/envs.conf
source = ~/.config/hypr/keybindings.conf
source = ~/.config/device/device.config
source = ~/.config/hypr/plugins.conf
|