diff options
Diffstat (limited to 'keyboard')
-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')" |