feat(hypr): various improvements

This commit is contained in:
Price Hiller 2023-08-25 12:36:48 -05:00
parent 920a02cf3f
commit 45d1a2d67b
No known key found for this signature in database
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,5 @@
decoration {
rounding = 10
rounding = 5
blur {
enabled = true

View File

@ -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

View File

@ -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 {