chore: Update setup.sh

This commit is contained in:
Fabio Lenherr / DashieTM 2024-02-11 15:53:22 +01:00
parent 45ca8d534f
commit 7884a29617
32 changed files with 296 additions and 151 deletions

View file

@ -1,4 +1,3 @@
input {
kb_layout=diaeresis
repeat_delay=200
@ -12,13 +11,14 @@ input {
}
general {
sensitivity=1.0 # for mouse cursor
sensitivity=1.0
gaps_in=3 3 3 3
gaps_out=2 5 5 5
border_size=3
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
col.inactive_border=0x66333333
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
apply_sens_to_raw=0
allow_tearing=true
}
decoration {
@ -52,5 +52,5 @@ misc {
disable_splash_rendering = true
disable_hyprland_logo = true
swallow_regex=^(.*)(kitty)(.*)$
layers_hog_keyboard_focus=false
layers_hog_keyboard_focus=true
}