diff
parent
7f5e0b0648
commit
e3b9a5064d
|
|
@ -17,6 +17,15 @@ windowrule = match:tag mixer, pin on
|
|||
windowrule = match:tag mixer, move (monitor_w*0.73) (monitor_h*0.055)
|
||||
windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35)
|
||||
|
||||
windowrule {
|
||||
name = large-centered
|
||||
match:tag = centered-L
|
||||
float = on
|
||||
move = (monitor_w*0.1) (monitor_h*0.1)
|
||||
size = (monitor_w*0.8) (monitor_h*0.8)
|
||||
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = launcher
|
||||
match:tag = launcher
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@
|
|||
{
|
||||
"$schema": "https://vicinae.com/schemas/config.json",
|
||||
"imports": [],
|
||||
"close_on_focus_loss": false,
|
||||
"close_on_focus_loss": true,
|
||||
"consider_preedit": false,
|
||||
"pop_to_root_on_close": false,
|
||||
"pop_to_root_on_close": true,
|
||||
"escape_key_behavior": "navigate_back",
|
||||
"favicon_service": "twenty",
|
||||
"keybinding": "default",
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
"search_files_in_root": true,
|
||||
"font": {
|
||||
"normal": {
|
||||
"family": "Agave Nerd Font Mono",
|
||||
"size": 10.5
|
||||
"family": "Agave Nerd Font",
|
||||
"size": 10
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue