diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-23 12:10:51 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-23 12:10:51 -0500 |
commit | 17d9f82cace9cf36aa931d342acde11f8f71e0a8 (patch) | |
tree | 94525c669ca9f519261f69216f0e2b91bad5d7af /keyboard/dmenunametag | |
parent | 3a023e896f797912732a3bf59dd7c17a10231537 (diff) | |
download | scripts-17d9f82cace9cf36aa931d342acde11f8f71e0a8.tar.xz scripts-17d9f82cace9cf36aa931d342acde11f8f71e0a8.zip |
fixed nametag updateing issue in dwm and shortened griff script w/o changing it by combining line
Diffstat (limited to 'keyboard/dmenunametag')
-rwxr-xr-x | keyboard/dmenunametag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/dmenunametag b/keyboard/dmenunametag index 828aca9..5d71e67 100755 --- a/keyboard/dmenunametag +++ b/keyboard/dmenunametag @@ -19,4 +19,4 @@ case $action in *) exit ;; esac # Force bar to update by setting the root name to itself since there is currently a bug in the window manager -xsetroot -name "$(xprop -root WM_NAME | sed -n 's/^WM_NAME(STRING) = \"\(.*\)\"/\1/p')" +#xsetroot -name "$(xprop -root WM_NAME | sed -n 's/^WM_NAME(STRING) = \"\(.*\)\"/\1/p')" |