mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Add comment to wmiirc.
This commit is contained in:
parent
a6bb7abbdf
commit
c69def6982
@ -10,6 +10,13 @@ from pygmi import events
|
|||||||
|
|
||||||
identity = lambda k: k
|
identity = lambda k: k
|
||||||
|
|
||||||
|
# Begin Configuration
|
||||||
|
#
|
||||||
|
# Note: This file loads ~/.wmii/wmiirc_local.py if it exists.
|
||||||
|
# Configuration should be placed in that file, and this file
|
||||||
|
# left unmodified, if possible. wmiirc_local should import
|
||||||
|
# wmiirc or any other modules it needs.
|
||||||
|
|
||||||
# Keys
|
# Keys
|
||||||
events.keydefs = dict(
|
events.keydefs = dict(
|
||||||
mod='Mod4',
|
mod='Mod4',
|
||||||
|
Loading…
Reference in New Issue
Block a user