⚙️ 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
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue