Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Makhov committed Dec 27, 2020
1 parent 8b829b2 commit 40d079d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _posts/2020-12-26-add-missing-icon-to-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ layout: post
title: Client is missing an icon
date: 2020-12-26
description: I didn't have an icon for Rambox and finally found how to add it
tags: awesome wm
tags:
- awesome wm
---

For some reason Rambox didn't have an icon on the tasklist and it looked following way:

![rambox-no-icon]({{site.url}}/images/2020/rambox-no-icon.png)

Adding following lines to the signal handler finally resolved the issue (note that default configuration already has this handler):
Adding following lines to the signal handler finally resolved the issue (note that default configuration already has this handlerg):

```lua
client.connect_signal("manage", function (c)
Expand Down

0 comments on commit 40d079d

Please sign in to comment.