Update configuration for new laptop, Fixes for new qtile internal api, PrintScreen button function, Compositor and Clipboard manager, Fix mouse actions
This commit is contained in:
parent
baece2297f
commit
95d2c26854
10 changed files with 68 additions and 48 deletions
|
@ -67,6 +67,7 @@ class BaseTheme:
|
|||
self.groups = self.init_groups()
|
||||
self.layouts = self.init_layouts()
|
||||
self.screens = self.init_screens()
|
||||
self.mouse = self.init_mouse()
|
||||
|
||||
def init_keys(self):
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue