speediegq 2022-09-11 00:51:27 +02:00
parent 7cae3deff2
commit 7b20db7397
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
* Once you're done with your edits, run 'make clean install'.
*/
static Key keys[] = {
static const Key keys[] = {
/* modifier chain key key function argument */
/* Application keybinds */

View file

@ -8,7 +8,7 @@
*/
/* Actions when the mouse clicks a part of the screen */
static Button buttons[] = {
static const Button buttons[] = {
/* click event mask button function argument */
{ ClkLtSymbol, 0, Button3, layoutmenu, {0} },
{ ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1 } },