mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-18 06:59:49 -05:00
update config
This commit is contained in:
parent
b51be545b9
commit
60b1fe634d
2 changed files with 13 additions and 13 deletions
10
config.def.h
10
config.def.h
|
|
@ -46,11 +46,11 @@ static const Rule rules[] = {
|
|||
/* examples:
|
||||
{ "Gimp", NULL, 0, 1, -1 },
|
||||
*/
|
||||
{"corectrl", NULL, 1 << 5, 0, -1},
|
||||
{ NULL, "Save File", 0, 1, -1},
|
||||
{ NULL, "Confirm to replace files", 0, 1, -1},
|
||||
{ NULL, "File Operation Progress", 0, 1, -1},
|
||||
{ NULL, "Seer Console", 0, 1, -1},
|
||||
{"corectrl", NULL, 1 << 5, 0, -1},
|
||||
{ NULL, "Save File", 0, 1, -1},
|
||||
{ NULL, "Confirm to replace files", 0, 1, -1},
|
||||
{ NULL, "File Operation Progress", 0, 1, -1},
|
||||
{ NULL, "Seer Console", 0, 1, -1},
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue