hyprland and fastfetch

This commit is contained in:
2025-05-12 23:18:37 +02:00
parent 217d949928
commit 7f19ae067f
13 changed files with 368 additions and 178 deletions

25
hypr/conf.d/input.conf Normal file
View File

@ -0,0 +1,25 @@
#############
### INPUT ###
#############
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = de
kb_variant = nodeadkeys
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = true
}
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = true
}