Commit feb4769b13586b18ede2932f742f7b896298cf0f Parent: a96f482ec2bac0e0f53dac5b335a7010b744f10e Author: mcol <mcol@posteo.net> Date: 2021-07-29 18:51:27 +0100 Committer: mcol <mcol@posteo.net> Committed: 2021-07-29 18:51:33 +0100 disable IRC and mutt scratchpads
scratchpad.py Modified
@@ -38,10 +38,10 @@ dropdowns = [ DropDown("tmux", term + "tmux", height=0.4, **conf), - DropDown("irc", term + "irc", x=0.1, y=0.05, width=0.8, height=0.9, **conf), + #DropDown("irc", term + "irc", x=0.1, y=0.05, width=0.8, height=0.9, **conf), DropDown("ncmpcpp", term + "ncmpcpp", x=0.12, y=0.2, width=0.56, height=0.7, **conf), DropDown("python", term + "python", x=0.05, y=0.1, width=0.2, height=0.3, **conf), - DropDown("email", mutt, x=0.1, y=0.05, width=0.8, height=0.9, **conf), + #DropDown("email", mutt, x=0.1, y=0.05, width=0.8, height=0.9, **conf), #DropDown("newsboat", term + "newsboat", x=0.2, y=0.05, width=0.6, height=0.9, **conf), ]
groups.py Modified
@@ -31,9 +31,9 @@ Group('1', label='term'), Group('2', label='term'), Group('3', label='term'), - Group('q', label='surf', matches=[Match(wm_class='firefox')], layout='max'), - Group('w', label='chat'), - Group('e', label='toot', matches=[Match(wm_class='hyperspace desktop')]), + Group('q', label='surf', matches=[Match(wm_class='firefox')]), + Group('w', label='mail', matches=[Match(wm_class='geary'), Match(title='Geary')]), + Group('e', label='chat', matches=[Match(title='irc')]), ]