Skip to content

Commit

Permalink
Remove alt key bindings from the default config (issue #543).
Browse files Browse the repository at this point in the history
  • Loading branch information
joewing committed Feb 12, 2022
1 parent 5d4185a commit 1ec908e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/default.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const char * const BASE_CONFIG =
"<Key key=\"Left\">left</Key>"
"<Key key=\"Return\">select</Key>"
"<Key key=\"Escape\">escape</Key>"
"<Key mask=\"A\" key=\"Tab\">nextstacked</Key>"
"<Key mask=\"A\" key=\"F4\">close</Key>"
"<Mouse context=\"title\" button=\"1\">move</Mouse>"
"<Mouse context=\"title\" button=\"2\">move</Mouse>"
"<Mouse context=\"title\" button=\"3\">window</Mouse>"
Expand Down

0 comments on commit 1ec908e

Please sign in to comment.