add hypr mako zsh config

This commit is contained in:
2025-12-13 21:17:36 +08:00
parent b5a3e0e598
commit 3ccb2d8186
8 changed files with 321 additions and 0 deletions

46
hypr/hyprland.conf Normal file
View File

@@ -0,0 +1,46 @@
################
### MONITORS ###
################
# See https://wiki.hypr.land/Configuring/Monitors/
monitor=,preferred,auto,auto
# 快捷键
source = ~/.config/hypr/keyboard.conf
# 窗口规则
source = ~/.config/hypr/rules.conf
# 开机自启动
source = ~/.config/hypr/autostart.conf
# 环境变量
source = ~/.config/hypr/env.conf
# 外观
source = ~/.config/hypr/ui.conf
#############
### INPUT ###
#############
# https://wiki.hypr.land/Configuring/Variables/#input
input {
kb_layout = us
kb_variant =
kb_model =
kb_options = ctrl:nocaps
kb_rules =
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = false
}
}
# Example per-device config
# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more
device {
name = epic-mouse-v1
sensitivity = -0.5
}