default_settings.patch 898 B

123456789101112131415161718192021222324252627282930313233343536
  1. --- a/src/config.c 2015-03-03 01:54:36.000000000 +0300
  2. +++ b/src/config.c 2022-05-02 08:55:22.210600991 +0300
  3. @@ -79,16 +79,16 @@
  4. // Notifications
  5. .show_notification = TRUE,
  6. - .notification_type = 0,
  7. + .notification_type = 1,
  8. // Status icon
  9. - .stepsize = 0,
  10. + .stepsize = 5,
  11. .helper_program = NULL,
  12. .theme = NULL,
  13. .use_panel_specific_icons = FALSE,
  14. // Left mouse button action
  15. - .lmb_slider = FALSE,
  16. + .lmb_slider = TRUE,
  17. // Middle mouse button action
  18. .mmb_mute = FALSE,
  19. @@ -99,9 +99,9 @@
  20. .use_transparent_background = FALSE,
  21. // Hotkeys
  22. - .hotkey_up_enabled = FALSE,
  23. - .hotkey_down_enabled = FALSE,
  24. - .hotkey_mute_enabled = FALSE,
  25. + .hotkey_up_enabled = TRUE,
  26. + .hotkey_down_enabled = TRUE,
  27. + .hotkey_mute_enabled = TRUE,
  28. .hotkey_up = NULL,
  29. .hotkey_down = NULL,
  30. .hotkey_mute = NULL