Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr authored Jun 25, 2018
1 parent 1b76e4b commit b6e6741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
func DefaultConfig() *ProjektorConfig {
c := &ProjektorConfig{}

c.KeyBind = "mod4-q"
c.KeyBind = "Mod4-q"
c.ForceCacheInterval = 60

c.EnabledCategories.Calc = true
Expand Down

0 comments on commit b6e6741

Please sign in to comment.