dotfiles/.config/hypr/slices/general.conf

70 lines
1,001 B
Plaintext
Raw Normal View History

2024-06-23 19:39:49 +02:00
# GENERAL
input {
kb_layout = us,rs
kb_variant = ,yz
2025-01-18 20:12:19 +01:00
kb_options = caps:escape,grp:win_space_toggle
2024-06-23 19:39:49 +02:00
follow_mouse = 1
2024-06-23 19:39:49 +02:00
repeat_rate = 50
repeat_delay = 300
numlock_by_default = 1
2024-06-23 19:39:49 +02:00
force_no_accel = true
2024-06-23 19:39:49 +02:00
touchpad {
scroll_factor = 0.4
natural_scroll = false
tap-to-click = true
tap-and-drag = true
disable_while_typing = true
}
2025-01-18 20:12:19 +01:00
}
2024-06-23 19:39:49 +02:00
2025-01-18 20:12:19 +01:00
$LAPTOP_KB_ENABLED = true
device {
name = at-translated-set-2-keyboard
enabled = $LAPTOP_KB_ENABLED
2024-06-23 19:39:49 +02:00
}
2024-07-22 23:30:31 +02:00
cursor {
2025-01-18 20:12:19 +01:00
use_cpu_buffer = true
2024-07-22 23:30:31 +02:00
}
2024-06-23 19:39:49 +02:00
general {
col.inactive_border = 0xff45475a
col.active_border = rgba(cba6f7ff) rgba(89b4faff) rgba(94e2d5ff) 10deg
2024-06-23 19:39:49 +02:00
gaps_in = 7
2025-01-18 20:12:19 +01:00
gaps_out = 14
2024-06-23 19:39:49 +02:00
layout = dwindle
border_size = 0
2025-01-18 20:12:19 +01:00
resize_on_border = true
no_border_on_floating = true
allow_tearing = false
2024-06-23 19:39:49 +02:00
}
gestures {
workspace_swipe = true
workspace_swipe_fingers = 3
2024-06-23 19:39:49 +02:00
}
misc {
vrr = 1
2025-01-18 20:12:19 +01:00
swallow_regex = ^(Alacritty|kitty|footclient|com.mitchellh.ghostty)$
enable_swallow = 1
disable_hyprland_logo = true
2024-06-23 19:39:49 +02:00
}
2025-01-18 20:12:19 +01:00
xwayland {
enabled = true
2024-06-23 19:39:49 +02:00
}