diff --git a/dot_config/herbstluftwm/executable_panel-handler b/dot_config/herbstluftwm/executable_panel-handler index cbbff50..b951318 100644 --- a/dot_config/herbstluftwm/executable_panel-handler +++ b/dot_config/herbstluftwm/executable_panel-handler @@ -162,6 +162,7 @@ hc --idle | { ;; focus_changed|window_title_changed) windowtitle="${cmd[*]:2}" + windowtitle="${windowtitle/\\n/ ; }" ;; player) # declare -A player_status diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index 3cb7dc6..0ab5c1e 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -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, diff --git a/dot_config/nginx/nginx.conf.tmpl b/dot_config/nginx/nginx.conf.tmpl index 679e0b7..d286e6e 100644 --- a/dot_config/nginx/nginx.conf.tmpl +++ b/dot_config/nginx/nginx.conf.tmpl @@ -127,6 +127,7 @@ http { *.up123.localhost php72; *.katalogy.localhost php71; *.eno.localhost php71; + *.gdpr.localhost php72; } diff --git a/dot_config/php/72/fpm/php-fpm.conf.tmpl b/dot_config/php/72/fpm/php-fpm.conf.tmpl index f462355..cc18611 100644 --- a/dot_config/php/72/fpm/php-fpm.conf.tmpl +++ b/dot_config/php/72/fpm/php-fpm.conf.tmpl @@ -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