misc
misc
This commit is contained in:
parent
ea62284295
commit
3a9427638b
4 changed files with 5 additions and 3 deletions
|
@ -162,6 +162,7 @@ hc --idle | {
|
||||||
;;
|
;;
|
||||||
focus_changed|window_title_changed)
|
focus_changed|window_title_changed)
|
||||||
windowtitle="${cmd[*]:2}"
|
windowtitle="${cmd[*]:2}"
|
||||||
|
windowtitle="${windowtitle/\\n/ ; }"
|
||||||
;;
|
;;
|
||||||
player)
|
player)
|
||||||
# declare -A player_status
|
# declare -A player_status
|
||||||
|
|
|
@ -856,7 +856,7 @@ tab_bar_margin_height 0.0 0.0
|
||||||
#: The second number is the margin between the tab bar and the
|
#: The second number is the margin between the tab bar and the
|
||||||
#: contents of the current tab.
|
#: contents of the current tab.
|
||||||
|
|
||||||
tab_bar_style fade
|
tab_bar_style powerline
|
||||||
|
|
||||||
#: The tab bar style, can be one of:
|
#: The tab bar style, can be one of:
|
||||||
|
|
||||||
|
@ -914,7 +914,7 @@ tab_separator " ┇"
|
||||||
#: The separator between tabs in the tab bar when using separator as
|
#: The separator between tabs in the tab bar when using separator as
|
||||||
#: the tab_bar_style.
|
#: the tab_bar_style.
|
||||||
|
|
||||||
tab_powerline_style angled
|
tab_powerline_style slanted
|
||||||
|
|
||||||
#: The powerline separator style between tabs in the tab bar when
|
#: The powerline separator style between tabs in the tab bar when
|
||||||
#: using powerline as the tab_bar_style, can be one of: angled,
|
#: using powerline as the tab_bar_style, can be one of: angled,
|
||||||
|
|
|
@ -127,6 +127,7 @@ http {
|
||||||
*.up123.localhost php72;
|
*.up123.localhost php72;
|
||||||
*.katalogy.localhost php71;
|
*.katalogy.localhost php71;
|
||||||
*.eno.localhost php71;
|
*.eno.localhost php71;
|
||||||
|
*.gdpr.localhost php72;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ error_log = /tmp/php72.log
|
||||||
daemonize = no
|
daemonize = no
|
||||||
|
|
||||||
[www]
|
[www]
|
||||||
listen = 127.0.0.1:9072
|
listen = /run/user/1000/php72-fpm/fpm.sock
|
||||||
|
|
||||||
pm = dynamic
|
pm = dynamic
|
||||||
pm.max_children = 5
|
pm.max_children = 5
|
||||||
|
|
Loading…
Add table
Reference in a new issue