mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Enable toggling of AppIcons bouncing
I have noticed that in WindowMaker 0.95.2 application icons bounce when some actions are done, like starting a program, etc. Disabling Superfluous or Animations also disabled the minimizing animation which I am used to, so doing that didn't do the job. Everyone has got his or her own tastes, but I did not like the new behavior and didn't find any way to disable it without affecting other things. So I made a patch to fix just that. It adds a new option in WPrefs.app's Expert Tab called "Do not make AppIcons bounce" which when enabled, disables any type of bouncing for Application Icons, restoring the old behavior. Bouncing stays the new default behavior.
This commit is contained in:
committed by
Carlos R. Mafra
parent
e46f2b3e79
commit
a97699c513
@@ -411,6 +411,7 @@ typedef struct WPreferences {
|
||||
/* bouncing animation */
|
||||
char bounce_appicons_when_urgent;
|
||||
char raise_appicons_when_bouncing;
|
||||
char do_not_make_appicons_bounce;
|
||||
|
||||
int edge_resistance;
|
||||
int resize_increment;
|
||||
|
||||
Reference in New Issue
Block a user