⚙️ config(hypr): add more options to hyprtasking
This commit is contained in:
parent
d0b7fe497c
commit
4f2bc9402d
1 changed files with 16 additions and 4 deletions
|
@ -3,10 +3,22 @@ source = ../theme/colors.conf
|
||||||
# Conf
|
# Conf
|
||||||
plugin {
|
plugin {
|
||||||
hyprtasking {
|
hyprtasking {
|
||||||
rows = 3
|
layout = grid
|
||||||
exit_behavior = interacted
|
|
||||||
gap_size = 8
|
gap_size = 15
|
||||||
bg_color = $surface0
|
bg_color = $base
|
||||||
|
border_size = 3
|
||||||
|
exit_behavior = active
|
||||||
|
|
||||||
|
gaps {
|
||||||
|
rows = 3
|
||||||
|
cols = 3
|
||||||
|
}
|
||||||
|
|
||||||
|
linear {
|
||||||
|
height = 300
|
||||||
|
scroll_speed = 1.1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue