1
0
Fork 0
misc
This commit is contained in:
Vladimír Dudr 2023-01-23 10:20:50 +01:00
parent ea62284295
commit 3a9427638b
4 changed files with 5 additions and 3 deletions

View file

@ -162,6 +162,7 @@ hc --idle | {
;;
focus_changed|window_title_changed)
windowtitle="${cmd[*]:2}"
windowtitle="${windowtitle/\\n/ ; }"
;;
player)
# declare -A player_status

View file

@ -856,7 +856,7 @@ tab_bar_margin_height 0.0 0.0
#: The second number is the margin between the tab bar and the
#: contents of the current tab.
tab_bar_style fade
tab_bar_style powerline
#: 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 tab_bar_style.
tab_powerline_style angled
tab_powerline_style slanted
#: The powerline separator style between tabs in the tab bar when
#: using powerline as the tab_bar_style, can be one of: angled,

View file

@ -127,6 +127,7 @@ http {
*.up123.localhost php72;
*.katalogy.localhost php71;
*.eno.localhost php71;
*.gdpr.localhost php72;
}

View file

@ -3,7 +3,7 @@ error_log = /tmp/php72.log
daemonize = no
[www]
listen = 127.0.0.1:9072
listen = /run/user/1000/php72-fpm/fpm.sock
pm = dynamic
pm.max_children = 5