update
This commit is contained in:
parent
0b37bb7c7f
commit
39c16e7a3d
|
@ -7,16 +7,20 @@
|
||||||
|
|
||||||
section: screens
|
section: screens
|
||||||
Arch666:
|
Arch666:
|
||||||
|
ElCapitan:
|
||||||
Medion666:
|
Medion666:
|
||||||
end
|
end
|
||||||
|
|
||||||
section: links
|
section: links
|
||||||
# larry is to the right of moe and curly is above moe
|
|
||||||
Arch666:
|
Arch666:
|
||||||
left = Medion666
|
left = Medion666
|
||||||
|
down = ElCapitan
|
||||||
|
|
||||||
Medion666:
|
Medion666:
|
||||||
right = Arch666
|
right = Arch666
|
||||||
|
|
||||||
|
ElCapitan:
|
||||||
|
up = Arch666
|
||||||
end
|
end
|
||||||
|
|
||||||
# section: aliases
|
# section: aliases
|
||||||
|
@ -28,5 +32,5 @@ end
|
||||||
section: options
|
section: options
|
||||||
keystroke(Super+Insert) = switchToScreen(Medion666)
|
keystroke(Super+Insert) = switchToScreen(Medion666)
|
||||||
keystroke(Super+Home) = switchToScreen(Arch666)
|
keystroke(Super+Home) = switchToScreen(Arch666)
|
||||||
# keystroke(Super+PageUp) = switchToScreen(ElCapitan)
|
keystroke(Super+PageUp) = switchToScreen(ElCapitan)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue