Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Add _NET_WM_ICON to 1password windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dieggsy committed Aug 29, 2021
1 parent 56575b1 commit 301321c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bspwm/.config/bspwm/rules.sh
Expand Up @@ -64,6 +64,9 @@ pos () {
if [[ $class = "Emacs" ]]; then
hash xseticon &>/dev/null &&
xseticon -id $wid /usr/share/icons/hicolor/128x128/apps/emacs.png
elif [[ $class = "1Password" ]]; then
hash xseticon &>/dev/null &&
xseticon -id $wid /usr/share/icons/hicolor/64x64/apps/1password.png
fi

if [[ $instance = "gl" ]]; then
Expand Down

0 comments on commit 301321c

Please sign in to comment.