added multi-monitor support
This commit is contained in:
@@ -39,13 +39,6 @@ from libqtile.lazy import lazy
|
||||
mod = "mod4"
|
||||
terminal = "termite"
|
||||
|
||||
#region autostart
|
||||
@hook.subscribe.startup_once
|
||||
def autostart():
|
||||
layout = os.path.expanduser('~/.config/qtile/layout.sh')
|
||||
subprocess.call([layout])
|
||||
#endregion
|
||||
|
||||
#region key_and_mouse_bindings
|
||||
|
||||
keys = [
|
||||
|
||||
Reference in New Issue
Block a user