dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

shared_settings_module.py (313B)


      1 from talon import Module
      2 
      3 mod = Module()
      4 grids_put_one_bottom_left = mod.setting(
      5     "grids_put_one_bottom_left",
      6     type=bool,
      7     default=False,
      8     desc="""Allows you to switch mouse grid and friends between a computer numpad and a phone numpad (the number one goes on the bottom left or the top left)""",
      9 )