diff --git a/dots/.config/hypr/wm/appearance.conf b/dots/.config/hypr/wm/appearance.conf index 4e00495c..03550854 100644 --- a/dots/.config/hypr/wm/appearance.conf +++ b/dots/.config/hypr/wm/appearance.conf @@ -1,5 +1,5 @@ decoration { - rounding = 10 + rounding = 5 blur { enabled = true diff --git a/dots/.config/hypr/wm/bindings.conf b/dots/.config/hypr/wm/bindings.conf index d7958ec0..193dbf64 100644 --- a/dots/.config/hypr/wm/bindings.conf +++ b/dots/.config/hypr/wm/bindings.conf @@ -5,6 +5,7 @@ input { repeat_rate = 100 repeat_delay = 300 numlock_by_default = true + sensitivity = 1.0 touchpad { natural_scroll = no @@ -75,8 +76,8 @@ bindl = ,XF86AudioPlay,exec,playerctl play-pause binde = ,XF86AudioRaiseVolume,exec,pw-volume change -- '+5%'; pkill -RTMIN+8 waybar binde = ,XF86AudioLowerVolume,exec,pw-volume change -- '-5%'; pkill -RTMIN+8 waybar bindl = ,XF86AudioMute,exec,pw-volume mute toggle; pkill -RTMIN+8 waybar -binde = ,XF86MonBrightnessUp,exec,sudo light -A 10 -binde = ,XF86MonBrightnessDown,exec,sudo light -U 10 +binde = ,XF86MonBrightnessUp,exec,sudo light -A 5 +binde = ,XF86MonBrightnessDown,exec,sudo light -U 5 bind = ,XF86Launch4,exec,asusctl profile -n; notify-send "Asus Control" " $(asusctl profile -p | awk '{print $NF}')" bind = SUPER,left,movefocus,l diff --git a/dots/.config/hypr/wm/general.conf b/dots/.config/hypr/wm/general.conf index 20cc9428..ca198b2a 100644 --- a/dots/.config/hypr/wm/general.conf +++ b/dots/.config/hypr/wm/general.conf @@ -2,13 +2,19 @@ source = ./colors.conf ### General Configuration ### general { - sensitivity = 1.0 gaps_in = 5 gaps_out = 10 border_size = 3 col.active_border = 0xff$carpYellow 45deg col.inactive_border = 0xff$sumiInk4 apply_sens_to_raw = false + cursor_inactive_timeout = 3 +} + +misc { + disable_hyprland_logo = true + focus_on_activate = true + animate_manual_resizes = true } dwindle {