mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 13:58:00 +00:00
[polybar] Show task icons ordered by application name
This commit is contained in:
parent
cd25d92ac2
commit
2aa99753bc
@ -265,7 +265,7 @@ generate_window_list() {
|
||||
|
||||
window_count=$(( window_count + 1 ))
|
||||
done <<-EOF
|
||||
$(wmctrl -lx)
|
||||
$(wmctrl -lx | sort -k3)
|
||||
EOF
|
||||
|
||||
# After printing all the windows,
|
||||
|
Loading…
Reference in New Issue
Block a user