feat(hypr): various improvements
This commit is contained in:
parent
920a02cf3f
commit
45d1a2d67b
@ -1,5 +1,5 @@
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 5
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user