1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-21 09:15:46 +01:00

WPrefs: Hot corner preferences

Add a new "Hot Corner Shortcut Preferences" section to WPrefs
to configure the Hot Corners feature.
This commit is contained in:
David Maciejak
2023-03-26 14:36:13 +08:00
committed by Carlos R. Mafra
parent 802cbc0d75
commit ecef2b2890
9 changed files with 608 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ Panel *InitDocks(WMWidget *parent);
Panel *InitExpert(WMWidget *parent);
Panel *InitFocus(WMWidget *parent);
Panel *InitFontSimple(WMWidget *parent);
Panel *InitHotCornerShortcuts(WMWidget *parent);
Panel *InitIcons(WMWidget *parent);
Panel *InitKeyboardShortcuts(WMWidget *parent);
Panel *InitMenu(WMWidget *parent);