⚙️ config(hypr): add more options to hyprtasking

This commit is contained in:
Sergio Laín 2025-02-02 00:39:40 +01:00
parent d0b7fe497c
commit 4f2bc9402d
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -3,10 +3,22 @@ source = ../theme/colors.conf
# Conf
plugin {
hyprtasking {
rows = 3
exit_behavior = interacted
gap_size = 8
bg_color = $surface0
layout = grid
gap_size = 15
bg_color = $base
border_size = 3
exit_behavior = active
gaps {
rows = 3
cols = 3
}
linear {
height = 300
scroll_speed = 1.1;
}
}
}