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, move (monitor_w*0.73) (monitor_h*0.055)
|
||||||
windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35)
|
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 {
|
windowrule {
|
||||||
name = launcher
|
name = launcher
|
||||||
match:tag = launcher
|
match:tag = launcher
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://vicinae.com/schemas/config.json",
|
"$schema": "https://vicinae.com/schemas/config.json",
|
||||||
"imports": [],
|
"imports": [],
|
||||||
"close_on_focus_loss": false,
|
"close_on_focus_loss": true,
|
||||||
"consider_preedit": false,
|
"consider_preedit": false,
|
||||||
"pop_to_root_on_close": false,
|
"pop_to_root_on_close": true,
|
||||||
"escape_key_behavior": "navigate_back",
|
"escape_key_behavior": "navigate_back",
|
||||||
"favicon_service": "twenty",
|
"favicon_service": "twenty",
|
||||||
"keybinding": "default",
|
"keybinding": "default",
|
||||||
|
|
@ -21,8 +21,8 @@
|
||||||
"search_files_in_root": true,
|
"search_files_in_root": true,
|
||||||
"font": {
|
"font": {
|
||||||
"normal": {
|
"normal": {
|
||||||
"family": "Agave Nerd Font Mono",
|
"family": "Agave Nerd Font",
|
||||||
"size": 10.5
|
"size": 10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue